userTask property

UserTask? userTask
getter/setter pair

The user task enqueued when this app task executor is started. Null if not started, or stopped again.

Implementation

UserTask? userTask;