| TaskInfo Constructor |
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
)
Public Sub New (
message As String,
Optional appId As String = Nothing,
Optional detailedMessage As String = Nothing,
Optional consoleOutput As String = Nothing
)
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