Click or drag to resize

P4CommandResult Properties

The P4CommandResult type exposes the following members.

Properties
  NameDescription
Public propertyBinaryOutput
The binary output of the command
Public propertyCmd
The command that was run
Public propertyCmdArgs
The arguments for command that was run
Public propertyErrorList
The errors (if any) of the command execution
Public propertyInfoOutput
The info results (if any) of the command execution
Public propertySuccess
Did the command not return any errors?
Public propertyTaggedOutput
The tagged output of the command
Public propertyTextOutput
The text output from the command
Public propertyTimeStamp
The time the command completed and the results were collected.
Top
See Also