Click or drag to resize

Task.StandardError 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: 2.10.0.1777 (2.10.0.1777)
Syntax
public string StandardError { get; }

Property Value

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

STK Parallel Computing Server 2.10 API for .NET