Class ShadowJobService

    • Constructor Detail

      • ShadowJobService

        public ShadowJobService()
    • Method Detail

      • getIsJobFinished

        public boolean getIsJobFinished()
        Returns whether the job has finished running. When using this shadow this returns true after jobFinished(JobParameters, boolean) is called.
      • getIsRescheduleNeeded

        public boolean getIsRescheduleNeeded()
        Returns whether the job needs to be rescheduled. When using this shadow it returns the last value passed into jobFinished(JobParameters, boolean).