Interface ICompositeJob

    • Method Detail

      • addJob

        void addJob​(IJob job)
        Adds a job to the end of the list of composite jobs.
        Parameters:
        job - the job to add