A set of string constants for the parameter ShowProcStatusResponse.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.statuses.
Statuses for the returned run IDs, grouped by data segment ID.
Definition at line 224 of file ShowProcStatus.cs.
Member Data Documentation
◆ COMPLETE
| static |
The proc instance completed with no errors.
Definition at line 230 of file ShowProcStatus.cs.
◆ ERROR
| static |
The proc instance failed with an error.
Definition at line 236 of file ShowProcStatus.cs.
◆ KILLED
| static |
The proc instance was killed before completion.
Definition at line 233 of file ShowProcStatus.cs.
◆ NONE
| static |
The proc instance does not have a status, i.e.
it has not yet ran.
Definition at line 240 of file ShowProcStatus.cs.
◆ RUNNING
| static |
The proc instance is currently running.
Definition at line 227 of file ShowProcStatus.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/ShowProcStatus.cs
- Kinetica/Protocol/ShowProcStatus.cs