Function checkSchedulerCondition

  • Checks if a scheduler condition is satisfied.

    If the condition is not satisfied, this function throws a SchedulerConditionException`.

    Parameters

    • condition: boolean

      The result of the scheduler condition check.

    Returns void

    SchedulerConditionException