Click or drag to resize

ActionResult Constructor

Initializes a new instance of ActionResult.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public ActionResult(
	IEnumerable<TaskInfo> infos = null,
	bool canceled = false,
	string logFile = null
)

Parameters

infos (Optional)
Type: System.Collections.GenericIEnumerableTaskInfo
An enumeration of TaskInfo objects or null.
canceled (Optional)
Type: SystemBoolean
A flag, indicating if the task execution was canceled.
logFile (Optional)
Type: SystemString
An absolute path to the log file documenting the action, or null.
See Also