Status Property
Summary
Gets the status of the DICOM Service.
Syntax
public ServiceControllerStatus Status { get; }
Public ReadOnly Property Status As ServiceControllerStatus
public:
property ServiceControllerStatus Status {
ServiceControllerStatus get();
}
Property Value
One of the ServiceControllerStatus values that indicates whether the process is running, stopped, or paused, or whether a start, stop, pause, or continue command is pending.