Click or drag to resize

TaskInfo Class

This class represents an information about a Bench task. It is a base class for specialized kinds of task information. Every task information contains a timestamp and a message. Optionally it can be associated with an app.
Inheritance Hierarchy

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

The TaskInfo type exposes the following members.

Constructors
  NameDescription
Public methodTaskInfo
Initializes a new instance of TaskInfo.
Top
Properties
  NameDescription
Public propertyAppId
The ID of the affected app, or null.
Public propertyConsoleOutput
The output of executed processes, or null.
Public propertyDetailedMessage
A detailed message describing the event, or null.
Public propertyMessage
A short message describing the event.
Public propertyTimestamp
The point in time, when this info was created.
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
Remarks

This class is the base class for a couple of specialized info types.

See Also