executeTask method
Executes a task that is managed by the editor. The returned task execution can be used to terminate the task.
Implementation
_i2.Future<_i2.dynamic> executeTask(_i3.Task task) =>
_i4.promiseToFuture(_i4.callMethod(
this,
'executeTask',
[task],
));