Status of the submitted job.
More...
|
const string | RUNNING = "RUNNING" |
| The job is currently executing. More...
|
|
const string | DONE = "DONE" |
| The job execution has successfully completed and the response is included in the <member name="job_response"> or <member name="job_response_str"> field More...
|
|
const string | ERROR = "ERROR" |
| The job was attempted, but an error was encountered. More...
|
|
const string | CANCELLED = "CANCELLED" |
| Job cancellation was requested while the execution was in progress. More...
|
|
Status of the submitted job.
Supported values:
-
RUNNING: The job is currently executing.
-
DONE: The job execution has successfully completed and the response is included in the <member name="job_response"> or <member name="job_response_str"> field
-
ERROR: The job was attempted, but an error was encountered. The <member name="status_map"> contains the details of the error in error_message
-
CANCELLED: Job cancellation was requested while the execution was in progress.
A set of string constants for the parameter <member name="job_status">.
Definition at line 89 of file GetJob.cs.
◆ CANCELLED
const string kinetica.GetJobResponse.JobStatus.CANCELLED = "CANCELLED" |
Job cancellation was requested while the execution was in progress.
Definition at line 107 of file GetJob.cs.
◆ DONE
const string kinetica.GetJobResponse.JobStatus.DONE = "DONE" |
The job execution has successfully completed and the response is included in the <member name="job_response"> or <member name="job_response_str"> field
Definition at line 98 of file GetJob.cs.
◆ ERROR
const string kinetica.GetJobResponse.JobStatus.ERROR = "ERROR" |
The job was attempted, but an error was encountered.
The <member name="status_map"> contains the details of the error in error_message
Definition at line 103 of file GetJob.cs.
◆ RUNNING
const string kinetica.GetJobResponse.JobStatus.RUNNING = "RUNNING" |
The job is currently executing.
Definition at line 93 of file GetJob.cs.
The documentation for this struct was generated from the following file: