ITask represents an internal task.
This is often a suspended C# coroutine (IEnumerable method) which is waiting for a particular time or event.
It can also be a task waiting for IO or a .NET Task to complete.
Once complete the ITask will be resumed automatically.
Instances of ITask objects should not be created in scripting but it's useful to understand
what the ITask represents when seen in the context of another method call.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
See Also