toloka.client.operations.Operation.Status
| Source code
The status of an operation.
Name | Value | Description |
---|---|---|
PENDING | 'PENDING' | The operation is not started yet. |
RUNNING | 'RUNNING' | The operation is in progress. |
SUCCESS | 'SUCCESS' | The operation completed successfully. |
FAIL | 'FAIL' | The operation completed with errors. |
Last updated: August 28, 2023