Start Service
Kalipso - Form - Actions - Actions Description - Group Others - Start Service
Last updated
Was this helpful?
Kalipso - Form - Actions - Actions Description - Group Others - Start Service
Last updated
Was this helpful?
Service is a Global Action Set that you can run as a background process.
Action available for the following operating systems:
Service <numeric> - Select a number for a service. Can be Dynamic or 1-10.
Global Action Set - Select a Global Action Set to run as a Service.
Start Type <numeric> - Select how do you want to Start the Service:
1 - Immediate - The ActionSet will start to execute immediatly.
2 - With Delay - The ActionSet will start to execute after the specified delay time.
3 - Periodic - Similar to a Timer, the ActionSet will execute with the specified interval.
Cancel execution if running <numeric>
1 - Yes (Used to cancel a service if it is running while reactivating the service with a call to this action)
2 - No
Delay (ms) <numeric> - Specified the delay or interval depending on the Start Type.
Services require Android 5.0 or later.
VERY IMPORTANT: Do not use User Interface code in services. Do not open Forms, Show Message Boxes, Popups, etc. If you do, the behavior is undetermined and can cause the application to crash.