Interface SchedulerService

    • Method Detail

      • scheduleJob

        JobHandle scheduleJob​(Job job,
                              JobContext ctx,
                              Trigger trigger)
        Schedule a job for later execution
        Parameters:
        job -
        ctx -
        trigger -
        Returns:
      • removeJob

        boolean removeJob​(JobHandle jobHandle)
        Remove the job identified by the given job handle from the scheduled queue
        Parameters:
        jobHandle - the job identity handle
        Returns: