Click or drag to resize

TaskProgress Constructor

Initializes a new instance of TaskProgress.

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

Parameters

message
Type: SystemString
A short message describing the event.
progress
Type: SystemSingle
The new task progress.
appId (Optional)
Type: SystemString
Th ID of the affected app or null.
detailedMessage (Optional)
Type: SystemString
A detailed message describing the event or null.
See Also