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