Table of Contents |
---|
Introduction
Excerpt |
---|
The Monitors (also called Pre-/Post-Processing Monitors) are used with Jobs to provide pre-processing and post-processing capabilities by Scripting. The Pre-Processing Monitors are executed before a task or processing step is being executed by the JobScheduler. Similarly the Post-Processing Monitors are executed once a task or processing step is has been completed.
|
Scripted Pre-/Post-Processing Monitors
- The Monitor scripts can include
- Java classes
- JavaScript code
- Scripting is a powerful means for flexibility:
- The JobScheduler exposes its objects, methods and properties by use way of the its API Interface.
- Find details and examples with in the Reference Documentation.
...