RadControls for WinForms

Defines the possible states for a RadDockService instance.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum ServiceState
Visual Basic
Public Enumeration ServiceState

Members

Member nameValueDescription
Initial0 The service is in its initial state.
Stopped1 The service has finished some operation(s) and is currently not working.
Working2 The service is working.
Paused3 The service has been started and paused while performing some operation.

See Also