executor property

TaskExecutor<TaskConfiguration> get executor

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

Implementation

TaskExecutor get executor => _executor.backgroundTaskExecutor;