RunningState Enumeration¶
The enumeration holds values for all the possible states of a ProcessingState.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum RunningState
VB¶
Public Enumeration RunningState
Members¶
| Member name | Value | Description | |
|---|---|---|---|
| Queued | 0 | The task has not yet started. | |
| Paused | 1 | The task has been paused. | |
| Running | 2 | The task is being processed. | |
| Canceled | 3 | The task has been canceled. | |
| Failed | 4 | The task has failed. | |
| Completed | 5 | The task has completed successfully. |