Main Content
pause
Pause MATLAB Job Scheduler queue
Syntax
Description
pause(
pauses the
processing of jobs in the queue of the MATLAB® Job Scheduler cluster represented by the
mjs
)parallel.cluster.MJS
object mjs
. Jobs waiting in
the queued state do not run. Jobs that are already running are paused after completion of
tasks that are already running. No further jobs or tasks run until you call the resume
function for the cluster.
If the MATLAB Job Scheduler is already paused, the pause
function has
no effect.
Examples
Input Arguments
Version History
Introduced before R2006a