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

Status of the submitted job. 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 <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...
 

Detailed Description

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.

Member Data Documentation

◆ 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: