Enum CommandType
Defines the output response type produced when invoking a particular Command
Namespace:Petabridge.Cmd
Assembly:cs.temp.dll.dll
Syntax
public enum CommandType
Fields
Metric
Declaration
Metric = 2
Field Value
Type | Description |
---|---|
CommandType |
Tabular
Declaration
Tabular = 1
Field Value
Type | Description |
---|---|
CommandType |
Text
Declaration
Text = 0
Field Value
Type | Description |
---|---|
CommandType |