disabled property

bool? disabled
getter/setter pair

Prevent the task from executing.

This does not cancel already running tasks. It is intended to temporarily disable RECURRING tasks.

Optional.

Implementation

core.bool? disabled;