Click or drag to resize

ActionResult Properties

The ActionResult type exposes the following members.

Properties
  NameDescription
Public propertyAffectedApps
An array with the IDs of all apps affected by the executed task.
Public propertyCanceled
Is true if the execution of the task was canceled.
Public propertyErrors
A filtered enumeration, containing only errors from Infos.
Public propertyInfos
A number of info objects created during the task execution. The info objects can be progress messages, infos or errors.
Public propertyLogFile
The absolute path to the log file documenting the action or null.
Public propertySuccess
Is true if the execution of the task was successful.
Top
See Also