Skip to main content

A set of string constants for the parameter ShowProcStatusResponse.overall_statuses. More…

Static Public Attributes

const string RUNNING = “running”
 The proc instance is currently running.
 
const string COMPLETE = “complete”
 The proc instance completed with no errors.
 
const string KILLED = “killed”
 The proc instance was killed before completion.
 
const string ERROR = “error”
 The proc instance failed with an error.
 
const string NONE = “none”
 The proc instance does not have a status, i.e.
 

Detailed Description

A set of string constants for the parameter ShowProcStatusResponse.overall_statuses.

Overall statuses for the returned run IDs. Note that these are rollups and individual statuses may differ between data segments for the same run ID; see ShowProcStatusResponse.statuses and ShowProcStatusResponse.messages for statuses from individual data segments.

Definition at line 201 of file ShowProcStatus.cs.

Member Data Documentation

◆ COMPLETE

const string kinetica.ShowProcStatusResponse.OverallStatuses.COMPLETE = “complete”
static

The proc instance completed with no errors.

Definition at line 207 of file ShowProcStatus.cs.

◆ ERROR

const string kinetica.ShowProcStatusResponse.OverallStatuses.ERROR = “error”
static

The proc instance failed with an error.

Definition at line 213 of file ShowProcStatus.cs.

◆ KILLED

const string kinetica.ShowProcStatusResponse.OverallStatuses.KILLED = “killed”
static

The proc instance was killed before completion.

Definition at line 210 of file ShowProcStatus.cs.

◆ NONE

const string kinetica.ShowProcStatusResponse.OverallStatuses.NONE = “none”
static

The proc instance does not have a status, i.e.

it has not yet ran.

Definition at line 217 of file ShowProcStatus.cs.

◆ RUNNING

const string kinetica.ShowProcStatusResponse.OverallStatuses.RUNNING = “running”
static

The proc instance is currently running.

Definition at line 204 of file ShowProcStatus.cs.


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