Kinetica C# API  Version 6.2.0.1
kinetica.ShowProcStatusResponse.Statuses Struct Reference

Statuses for the returned run IDs, grouped by data segment ID. 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...
 

Detailed Description

Statuses for the returned run IDs, grouped by data segment ID.

Valid values are:

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

Definition at line 225 of file ShowProcStatus.cs.

Member Data Documentation

◆ COMPLETE

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

The proc instance completed with no errors.

Definition at line 232 of file ShowProcStatus.cs.

◆ ERROR

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

The proc instance failed with an error.

Definition at line 239 of file ShowProcStatus.cs.

◆ KILLED

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

The proc instance was killed before completion.

Definition at line 236 of file ShowProcStatus.cs.

◆ RUNNING

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

The proc instance is currently running.

Definition at line 229 of file ShowProcStatus.cs.


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