Represents a Task launched as a fake process by CustomTaskRunner.
CustomTaskRunner
Readonly
Protected
Has to be called when a task has concluded its execution.
Retrieves the runtime information about this task. The runtime information computation may happen asynchronous.
(a promise of) the runtime information as TaskInfo.
TaskInfo
Terminate this task.
a promise that resolves once the task has been properly terminated.
Represents a Task launched as a fake process by
CustomTaskRunner
.