 | ActionResult Constructor |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntaxpublic ActionResult(
IEnumerable<TaskInfo> infos = null,
bool canceled = false,
string logFile = null
)
Public Sub New (
Optional infos As IEnumerable(Of TaskInfo) = Nothing,
Optional canceled As Boolean = false,
Optional logFile As String = Nothing
)
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