Class BatchScheduleRunner

    • Constructor Detail

      • BatchScheduleRunner

        public BatchScheduleRunner()
    • Method Detail

      • execute

        public void execute​(RunState toExecuteOn)
        This executes the given RunState object's schedule. It will continue executing the schedule until there are no more actions schedule or the run manager tells it to stop.
        Parameters:
        toExecuteOn - the RunState to execute on