The ServiceStatus Class of the com.ms.service package contains information about the state of a service. For more information about this class, see the Microsoft® Win32® SERVICE_STATUS documentation.
public final class ServiceStatus implements Cloneable { // Fields public int CheckPoint; public int ControlsAccepted; public int CurrentState; public int ServiceSpecificExitCode; public int WaitHint; public int Win32ExitCode; }