Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
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 93 of file GetJob.cs.

Member Data Documentation

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

Job cancellation was requested while the execution was in progress.

Definition at line 111 of file GetJob.cs.

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 102 of file GetJob.cs.

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 107 of file GetJob.cs.

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

The job is currently executing.

Definition at line 97 of file GetJob.cs.


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