|  | CheckPointTaskTaskStatus Enumeration | 
Namespace: Koopman.CheckPoint
 Syntax
Syntaxpublic enum TaskStatus
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| InProgress | 0 | In progress | |
| Succeeded | 1 | Completed successfully | |
| SucceededWithWarnings | 2 | Completed with warnings | |
| PartiallySucceeded | 3 | Completed with partial success | |
| Failed | 4 | Failed | 
 See Also
See Also