Task.StandardOutput Property |
Gets the standard output of the host that executed the task.
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic string StandardOutput { get; }
Public ReadOnly Property StandardOutput As String
Get
Property Value
Type:
StringThe standard output.
ExamplesConsole.WriteLine("Standard Output =" + job.Tasks[0].StandardOutput);
See Also