Interface RecurringTaskHandler

    • Method Detail

      • getTaskDelays

        Map<String,​Long> getTaskDelays()
        Returns the remaining delays of the next execution for all tasks in seconds.
        If the next execution was cancelled or the task was not scheduled (??) then it won't be included in the map.
      • scheduleAwake

        void scheduleAwake​(Class<? extends RecurringTask> recurringTaskType)
        Schedules an awake for the RecurringTask of the given type after the current invocation ends