Click or drag to resize

IJob.WaitUntilDone Method

Blocks until all tasks in this job complete.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
bool WaitUntilDone()

Return Value

Type: Boolean
True if the call completed without timing out.
Exceptions
ExceptionCondition
InfrastructureExceptionIf 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.10 API for .NET