Skip to content

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 nameValueDescription
Queued0The task has not yet started.
Paused1The task has been paused.
Running2The task is being processed.
Canceled3The task has been canceled.
Failed4The task has failed.
Completed5The task has completed successfully.

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?