state property

String? state
getter/setter pair

Service state (OS-agnostic). Possible string values are:

  • "STATE_UNSPECIFIED" : Service state unspecified.
  • "ACTIVE" : Service is active.
  • "PAUSED" : Service is paused.
  • "STOPPED" : Service is stopped.

Implementation

core.String? state;