Enum RadServiceState
Represents the lifecycle states of a RadService.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum RadServiceState : short
Remarks
These states represent the various phases in a service's lifecycle from creation to disposal, allowing for proper service management and state tracking.
Initial
The service has been created but not yet started.
Paused
The service is temporarily paused but can be resumed to the Working state.
Stopped
The service has been stopped and is not performing any operations.
Working
The service is actively running and performing its designated operations.