TypeLib Xojo support Plugin |
|
Task.WaitFor Method
WaitFor is convenience method which runs the task asynchronously and does do event loop to wait.

WaitFor(
isInThread
as Boolean)
Parameters
- isInThread
- If set to true then Yield is used instead of DoEvents, which might be suitable if your call is coming from Xojo Thread.
Remarks
See Also
Task Class