On this Page
-exitNow
A file name that will have FM quit processing any more jobs and end as soon as the currently in-process jobs are done. I.e. a nice shutdown as opposed to a "kill".
Syntax
-exitNow
[
EXIT.NOW|
filename]
Description
The default value is EXIT.NOW. So by default, if a file named EXIT.NOW is found in the queue1 folder of a FolderMonitor instance, that instance will stop as soon as the current job is completed. And the EXIT.NOW file will be deleted. If there is an EXIT.NOW file in the folder when FolderMonitor is started then FolderMonitor will do one job (if there is one) before it stops. You can choose a different name for the file to be looked for by setting the -exitNow
option. If you supply a blank value (-exitNow
=""), then this file checking will not occur.