TaskStandardError Property
|
Gets the standard error of the host that
executed the task.
Namespace: AGI.Parallel.Infrastructure
Assembly: AGI.Parallel.Infrastructure (in
AGI.Parallel.Infrastructure.dll) Version: 1.3.0.366 (1.3.0.366)
Syntax
public string StandardError { get; }
Public ReadOnly Property StandardError As String
Get
Property Value
Type:
String
The standard error.
Examples
Console.WriteLine("Standard Output =" + job.Tasks[0].StandardOutput);
See Also
Reference
Other Resources