Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter statuses. 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... | |
A set of string constants for the parameter statuses.
Statuses for the returned run IDs, grouped by data segment ID.
Definition at line 195 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusResponse.Statuses.COMPLETE = "complete" |
The proc instance completed with no errors.
Definition at line 201 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusResponse.Statuses.ERROR = "error" |
The proc instance failed with an error.
Definition at line 208 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusResponse.Statuses.KILLED = "killed" |
The proc instance was killed before completion.
Definition at line 205 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusResponse.Statuses.NONE = "none" |
The proc instance does not have a status, i.e.
it has not yet ran.
Definition at line 212 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusResponse.Statuses.RUNNING = "running" |
The proc instance is currently running.
Definition at line 198 of file ShowProcStatus.cs.