Interface TimerJobScheduler

All Known Implementing Classes:
TimerJobSchedulerImpl

public interface TimerJobScheduler
Author:
Filip Hrisafov
  • Method Details

    • rescheduleTimerJobAfterExecution

      void rescheduleTimerJobAfterExecution(JobEntity timerJob, VariableScope variableScope)
      Re-schedule a timer job once it has finished with its execution.
      Parameters:
      timerJob - the job that was executed
      variableScope - the variable scope in which it was executed.
    • scheduleTimerJob

      void scheduleTimerJob(TimerJobEntity timerJob)
      Schedules a timer, meaning it will be inserted in the datastore.