Command |
The CommandResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Format |
Format an error message for a failed command.
If the EErrorId = ErrorWithString and Data is a string, Data will be used as the error message.
If Data is an object[] it is assumed to be arguments for the pre-formated error message.
(Overrides ResultBase.Format) | |
| ToAutoTestString | String representation of this CommandResult for use in testing. | |
| ToLogString | String representation of this CommandResult for use in logging. |