Enum OneShotServiceLifecycleState
Definition
- Assembly:
- Tizen.NUI.Gadget.dll
Enumeration for the lifecycle state of the OneShotService.
public enum OneShotServiceLifecycleState
Fields
| Name | Description |
|---|---|
| Created | The created state. This state is set when the OneShotService is created. The 'OnCreate()' method of the OneShotService is called. |
| Destroyed | The destroyed state. This state is set when the OneShotService is destroyed. The 'OnDestroyed()' method of the OneShotService is called. |
| Initialized | The initialized state. This state is set when the OneShotService is initialized. The constructor of the OneShotService is called. |
| Running | The running state. This state is set when the OneShotService is running. The 'Run()' method of the OneShotService is called. |