Enum RadServiceState
Represents the states of RadService
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum RadServiceState : short
Initial
The state of RadService, when is created.
Paused
The state of RadService, when is paused.
Stopped
The state of RadService, when is stopped.
Working
The state of RadService, when is working.