Click or drag to resize

TaskStandardOutput 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.9.0.1601 (2.9.0.1601)
Syntax
public string StandardOutput { get; }

Property Value

Type: String
The standard output.
Examples
Console.WriteLine("Standard Output =" + job.Tasks[0].StandardOutput);
See Also

STK Parallel Computing Server 2.9 API for .NET