ServiceState
Enum
Defines the possible states for a RadDockService instance.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public enum ServiceState
Fields
The service is in its initial state.
C#
Initial = 0
The service has been started and paused while performing some operation.
C#
Paused = 3
The service has finished some operation(s) and is currently not working.
C#
Stopped = 1
The service is working.
C#
Working = 2