Kinetica C# API
Version 6.0.1.0
|
Optional parameters. More...
Public Attributes | |
const string | CLEAR_COMPLETE = "clear_complete" |
If set to true, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
Optional parameters.
A set of string constants for the parameter <member name="options">.
Definition at line 37 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusRequest.Options.CLEAR_COMPLETE = "clear_complete" |
If set to true, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls.
Values: true, false.
Definition at line 45 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusRequest.Options.FALSE = "false" |
Definition at line 47 of file ShowProcStatus.cs.
const string kinetica.ShowProcStatusRequest.Options.TRUE = "true" |
Definition at line 46 of file ShowProcStatus.cs.