Click or drag to resize

JobWaitUntilDone Method

Blocks until all tasks in this job complete.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public bool WaitUntilDone()

Return Value

Type: Boolean
True if the call completed without timing out.

Implements

IJobWaitUntilDone
Exceptions
ExceptionCondition
JobSchedulerExceptionIf error occurs with job scheduler such as the client timing out.
Remarks
-1 is the value to pass to WaitHandle.WaitAny to avoid timeouts.
See Also

STK Parallel Computing Server 2.9 API for .NET