Kinetica C# API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.ShowProcStatusResponse.OverallStatuses Struct Reference

Overall statuses for the returned run IDs. More...

Public Attributes

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

Detailed Description

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 <member name="statuses"> and <member name="messages"> for statuses from individual data segments. Valid values are:

  • RUNNING: The proc instance is currently running.
  • COMPLETE: The proc instance completed with no errors.
  • KILLED: The proc instance was killed before completion.
  • ERROR: The proc instance failed with an error.
  • NONE: The proc instance does not have a status, i.e. it has not yet ran.

A set of string constants for the parameter <member name="overall_statuses">.

Definition at line 250 of file ShowProcStatus.cs.

Member Data Documentation

const string kinetica.ShowProcStatusResponse.OverallStatuses.COMPLETE = "complete"

The proc instance completed with no errors.

Definition at line 257 of file ShowProcStatus.cs.

const string kinetica.ShowProcStatusResponse.OverallStatuses.ERROR = "error"

The proc instance failed with an error.

Definition at line 264 of file ShowProcStatus.cs.

const string kinetica.ShowProcStatusResponse.OverallStatuses.KILLED = "killed"

The proc instance was killed before completion.

Definition at line 261 of file ShowProcStatus.cs.

const string kinetica.ShowProcStatusResponse.OverallStatuses.NONE = "none"

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

it has not yet ran.

Definition at line 268 of file ShowProcStatus.cs.

const string kinetica.ShowProcStatusResponse.OverallStatuses.RUNNING = "running"

The proc instance is currently running.

Definition at line 254 of file ShowProcStatus.cs.


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