Enum
RadServiceState

Represents the lifecycle states of a RadService.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum RadServiceState : short

Fields

Initial

The service has been created but not yet started.

Declaration

cs-api-definition
Initial = 0

Field Value

RadServiceState

Paused

The service is temporarily paused but can be resumed to the Working state.

Declaration

cs-api-definition
Paused = 3

Field Value

RadServiceState

Stopped

The service has been stopped and is not performing any operations.

Declaration

cs-api-definition
Stopped = 1

Field Value

RadServiceState

Working

The service is actively running and performing its designated operations.

Declaration

cs-api-definition
Working = 2

Field Value

RadServiceState

In this article
DefinitionFieldsInitialPausedStoppedWorking
Not finding the help you need?
Contact Support