ActionResult Class |
Namespace: Mastersign.Bench
The ActionResult type exposes the following members.
Name | Description | |
---|---|---|
ActionResult |
Initializes a new instance of ActionResult.
|
Name | Description | |
---|---|---|
AffectedApps |
An array with the IDs of all apps affected by the executed task.
| |
Canceled |
Is true if the execution of the task was canceled.
| |
Errors |
A filtered enumeration, containing only errors from Infos.
| |
Infos |
A number of info objects created during the task execution.
The info objects can be progress messages, infos or errors.
| |
LogFile |
The absolute path to the log file documenting the action or null.
| |
Success |
Is true if the execution of the task was successful.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |