executor property

TaskExecutor<TaskDescriptor> executor

The TaskExecutor that is to be executed once the user want to start this task.

Implementation

TaskExecutor get executor => _executor.backgroundTaskExecutor;