Click or drag to resize

TaskInfo Constructor

Initializes a new instance of TaskInfo.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public TaskInfo(
	string message,
	string appId = null,
	string detailedMessage = null,
	string consoleOutput = null
)

Parameters

message
Type: SystemString
A short message desccribing the event.
appId (Optional)
Type: SystemString
The ID of the afected app or null.
detailedMessage (Optional)
Type: SystemString
A detailed message describing the event or null.
consoleOutput (Optional)
Type: SystemString
The output of executed programs or null.
See Also