Main Content

pause

Pause MATLAB Job Scheduler queue

Description

pause(mjs) pauses the MATLAB® Job Scheduler queue of the cluster 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.

Input Arguments

collapse all

MATLAB Job Scheduler cluster, specified as a parallel.cluster.MJS object.

Version History

Introduced before R2006a