ProcessingState Enumeration¶
State if processing
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Processing
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 ProcessingState
VB¶
Public Enumeration ProcessingState
Members¶
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The none | |
| CancelPending | 1 | The cancel pending | |
| Canceled | 2 | The canceled | |
| Finished | 3 | The finished | |
| Running | 4 | The running | |
| Error | 5 | Exception was ocured |