Enum
ServiceState

Defines the possible states for a RadDockService instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public enum ServiceState

Fields

Initial

The service is in its initial state.

Declaration

cs-api-definition
Initial = 0

Field Value

ServiceState

Paused

The service has been started and paused while performing some operation.

Declaration

cs-api-definition
Paused = 3

Field Value

ServiceState

Stopped

The service has finished some operation(s) and is currently not working.

Declaration

cs-api-definition
Stopped = 1

Field Value

ServiceState

Working

The service is working.

Declaration

cs-api-definition
Working = 2

Field Value

ServiceState

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