The BaseTask type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | IsDone |
Has task completed.
|
![]() | QueryIfDone |
Query all nodes for task completion status.
|
![]() | Wait |
Wait for asynchronous task to complete using default sleep interval.
|
![]() | Wait(Int32) |
Wait for asynchronous task to complete using given sleep interval.
|
See Also