disabled property
Optional. Prevent the task from executing. This does not cancel already running tasks. It is intended to temporarily disable RECURRING tasks.
Implementation
@$pb.TagNumber(4)
$core.bool get disabled => $_getBF(0);
Implementation
@$pb.TagNumber(4)
set disabled($core.bool v) { $_setBool(0, v); }