JobStatus enum
Storage job status codes
Signature:
export declare enum JobStatus
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Canceled | 4 | The job was canceled. |
| Executing | 2 | The job is executing. |
| Failed | 3 | The job has failed. |
| Queued | 1 | The job is queued. |
| Success | 5 | The job succeeded. |
| Unspecified | 0 | Status is not specified. |