...
- The use of the spooler_process_before() or spooler_process_after() function in the monitor script defines whether a Monitor is a pre-processor or post-processor.
- In addition to the two spooler_process_... *() functions two further additional functions can be used in monitor scripts:
spooler_task_before()
spooler_task_after()
- The most important difference between the
spooler_process
andspooler_task
functions is that thespooler_task
functions are able to handle return codes. More detailed information about these functions can be found in the Monitors section of the JobScheduler reference documentation.
...
- Monitors
- How to configure an Enforced Monitor
- How to add conditions for job execution with date calculation
post-