The P4CommandResult type exposes the following members.

Properties

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

See Also