Blocks until all tasks in this job complete.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic bool WaitUntilDone()
Public Function WaitUntilDone As Boolean
Return Value
Type:
BooleanTrue if the call completed without timing out.
Implements
IJobWaitUntilDone
Exceptions
Remarks-1 is the value to pass to WaitHandle.WaitAny to avoid timeouts.
See Also