wima
    Preparing search index...

    Class Schedule

    Stores a collection of systems which are in order.

    function helloWorld(){
    console.log("hello world")
    }

    const schedule = new Schedule()

    //Add the system to the schedule
    schedule.add(helloWorld)

    //runs systems in the schedule
    schedule.run()
    Index

    Constructors

    Methods

    Constructors

    Methods