RadServiceState
Enum
Represents the lifecycle states of a RadService.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum RadServiceState : short
Fields
The service has been created but not yet started.
C#
Initial = 0
The service is temporarily paused but can be resumed to the Working state.
C#
Paused = 3
The service has been stopped and is not performing any operations.
C#
Stopped = 1
The service is actively running and performing its designated operations.
C#
Working = 2