Skip to main content

A set of string constants for the parameter GetJobResponse.job_status. More…

Static Public Attributes

const string RUNNING = “RUNNING”
 The job is currently executing.
 
const string DONE = “DONE”
 The job execution has successfully completed and the response is included in the GetJobResponse.job_response or GetJobResponse.job_response_str field.
 
const string ERROR = “ERROR”
 The job was attempted, but an error was encountered.
 
const string CANCELLED = “CANCELLED”
 Job cancellation was requested while the execution was in progress.
 

Detailed Description

A set of string constants for the parameter GetJobResponse.job_status.

Status of the submitted job.

Definition at line 79 of file GetJob.cs.

Member Data Documentation

◆ CANCELLED

const string kinetica.GetJobResponse.JobStatus.CANCELLED = “CANCELLED”
static

Job cancellation was requested while the execution was in progress.

Definition at line 99 of file GetJob.cs.

◆ DONE

const string kinetica.GetJobResponse.JobStatus.DONE = “DONE”
static

The job execution has successfully completed and the response is included in the GetJobResponse.job_response or GetJobResponse.job_response_str field.

Definition at line 88 of file GetJob.cs.

◆ ERROR

const string kinetica.GetJobResponse.JobStatus.ERROR = “ERROR”
static

The job was attempted, but an error was encountered.

The GetJobResponse.status_map contains the details of the error in error_message.

Definition at line 95 of file GetJob.cs.

◆ RUNNING

const string kinetica.GetJobResponse.JobStatus.RUNNING = “RUNNING”
static

The job is currently executing.

Definition at line 82 of file GetJob.cs.


The documentation for this struct was generated from the following files:
  • _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/GetJob.cs
  • Kinetica/Protocol/GetJob.cs