State Enumeration¶
State of entity processing
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum State
VB¶
Public Enumeration State
Members¶
Member name | Value | Description | |
---|---|---|---|
None | 0 | Has not started yet | |
InProgress | 1 | Is being processed | |
Paused | 2 | Had been paused | |
Done | 3 | Processing is finished | |
Canceled | 4 | Processing is canceled | |
Error | 5 | Processing is finished |