Namespace: CorrigoService.CommandsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum Status
<SerializableAttribute>
Public Enumeration Status
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Submitted | 0 | |
| Queued | 1 | |
| Running | 2 | |
| Completed | 3 | |
| Failed | 4 | |
| Cancelled | 5 | |
See Also