RadControls for WinForms

Represents the states of RadService

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

Syntax

C#
public enum RadServiceState
Visual Basic
Public Enumeration RadServiceState

Members

Member nameValueDescription
Initial0 The state of RadService, when is created.
Stopped1 The state of RadService, when is stopped.
Working2 The state of RadService, when is working.
Paused3 The state of RadService, when is paused.

See Also