system(name: string , cb: ()=>void , when: SystemPhase[] ): void

Runs a system at the specified events in the pipeline

paramname- The name of the system. Overwrites an existing system if the name has been used before.

paramcb- The function to run.

paramwhen- When to run the function. See

sincev4000.0

groupPlugins