Click or drag to resize

ActionResult Class

This class represents the result of a Bench task.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchActionResult

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class ActionResult

The ActionResult type exposes the following members.

Constructors
  NameDescription
Public methodActionResult
Initializes a new instance of ActionResult.
Top
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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also