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