User`s guide
11 Functions — Alphabetical List
11-274
resume
Resume processing queue in MATLAB job scheduler
Syntax
resume(mjs)
Arguments
mjs MATLAB job scheduler object whose queue is resumed.
Description
resume(mjs) resumes processing of the specified MATLAB job scheduler's queue so that
jobs waiting in the queued state will be run. This call will do nothing if the MJS is not
paused.
See Also
pause | wait