A set of string constants for the parameter GetJobResponse.job_status. More…
Static Public Attributes | |
| const string | RUNNING = “RUNNING” |
| The job is currently executing. | |
| const string | DONE = “DONE” |
| The job execution has successfully completed and the response is included in the GetJobResponse.job_response or GetJobResponse.job_response_str field. | |
| const string | ERROR = “ERROR” |
| The job was attempted, but an error was encountered. | |
| const string | CANCELLED = “CANCELLED” |
| Job cancellation was requested while the execution was in progress. | |
Detailed Description
A set of string constants for the parameter GetJobResponse.job_status.
Status of the submitted job.
Member Data Documentation
◆ CANCELLED
| static |
◆ DONE
| static |
The job execution has successfully completed and the response is included in the GetJobResponse.job_response or GetJobResponse.job_response_str field.
◆ ERROR
| static |
The job was attempted, but an error was encountered.
The GetJobResponse.status_map contains the details of the error in error_message.
◆ RUNNING
| static |
The documentation for this struct was generated from the following files: