pauseCondition property

UserTaskState? pauseCondition
getter/setter pair

The state of the user task for pausing this trigger.

If not specified (null), the the trigger is automatically paused after resume. This is useful for resuming another AppTask.

Implementation

UserTaskState? pauseCondition;