The P4Command type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Args |
Arguments for the command
|
|
|
BinaryOutput |
Get the binary from the command execution
|
|
|
Cmd |
Command String i.e 'submit'
|
|
|
CmdPromptHandler | |
|
|
CmdResolveAHandler | |
|
|
CmdResolveHandler | |
|
|
CommandId |
Unique Id set each time command is run
|
|
|
Connection | |
|
|
DataSet |
Data to be processed by the command
|
|
|
ErrorOutput |
Get the error results from the command execution
|
|
|
InfoOutput |
Get the info results from the command execution
|
|
|
pServer | |
|
|
Responses |
Dictionary of responses to prompts from the server, where the key
is the expected prompt from the server and the value is the
desired response.
|
|
|
Tagged |
Run in tagged protocol
|
|
|
TaggedOutput |
Get the tagged results from the command execution
|
|
|
TextOutput |
Get the text output from the command execution
|