The P4CommandResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
BinaryOutput |
The binary output of the command
|
|
|
Cmd |
The command that was run
|
|
|
CmdArgs |
The arguments for command that was run
|
|
|
ErrorList |
The errors (if any) of the command execution
|
|
|
InfoOutput |
The info results (if any) of the command execution
|
|
|
Success |
Did the command not return any errors?
|
|
|
TaggedOutput |
The tagged output of the command
|
|
|
TextOutput |
The text output from the command
|
|
|
TimeStamp |
The time the command completed and the results were collected.
|