![]() | ActionResult Properties |
The ActionResult type exposes the following members.
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.
|