Pause MATLAB Job Scheduler queue
pause(mjs)
| MATLAB® Job Scheduler object whose queue is paused. |
pause(mjs)
pauses the MATLAB Job Scheduler’s queue so that jobs waiting in the queued state will
not run. Jobs that are already running also pause, after completion of tasks that
are already running. No further jobs or tasks will run until the resume
function is called for the
MATLAB Job Scheduler.
The pause function does nothing if the MATLAB Job Scheduler is already paused.