Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter job_status. More...
Public Attributes | |
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 job_response or 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... | |
A set of string constants for the parameter job_status.
Status of the submitted job.
const string kinetica.GetJobResponse.JobStatus.CANCELLED = "CANCELLED" |
const string kinetica.GetJobResponse.JobStatus.DONE = "DONE" |
The job execution has successfully completed and the response is included in the job_response or job_response_str field
const string kinetica.GetJobResponse.JobStatus.ERROR = "ERROR" |
The job was attempted, but an error was encountered.
The status_map contains the details of the error in error_message
const string kinetica.GetJobResponse.JobStatus.RUNNING = "RUNNING" |