Status
Snapshot of a service's current status.
Returned by Service.query_status and
Service.control.
Fields
check_point @ IntProgress checkpoint the service increments during a pending operation.
controls_accepted @ ServiceControlsAcceptedControls the service accepts in its current state.
current_state @ (ServiceState | Int)Service state. A native value this module does not name is returned as an
Int.process_id @ IntIdentifier of the service's process.
service_specific_exit_code @ IntService-defined exit code.
service_type @ ServiceTypeService type flags.
wait_hint @ IntMilliseconds the service expects a pending operation to take.
win32_exit_code @ IntWindows error code from the service's last start or stop.