Kinetica   C#   API  Version 7.2.3.0
kinetica.GetJobResponse.JobStatus Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter job_status.

Status of the submitted job.

Definition at line 78 of file GetJob.cs.

Member Data Documentation

◆ CANCELLED

const string kinetica.GetJobResponse.JobStatus.CANCELLED = "CANCELLED"

Job cancellation was requested while the execution was in progress.

Definition at line 96 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 job_response or job_response_str field

Definition at line 86 of file GetJob.cs.

◆ ERROR

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

Definition at line 92 of file GetJob.cs.

◆ RUNNING

const string kinetica.GetJobResponse.JobStatus.RUNNING = "RUNNING"

The job is currently executing.

Definition at line 81 of file GetJob.cs.


The documentation for this struct was generated from the following file: