lifecycleState property

SystemLifecycleState lifecycleState
getter/setter pair

The current lifecycle start of this service system. Modifications to this systems state must be made at SystemLifecycleState.initial or after the startup at SystemLifecycleState.started.

Implementation

SystemLifecycleState lifecycleState = SystemLifecycleState.initial;