TaskTaskStatus Property |
Namespace: AGI.Parallel.Infrastructure
if (job.Tasks[0].TaskStatus == TaskStatus.Completed) { // Task executed successfully. // Process results. } else { // There was an issue in the task. // Perform error handling. }
STK Parallel Computing Server 2.9 API for .NET