: Ensure your scripts return proper exit codes so Autosys knows if the job actually succeeded.
: The script is currently executing on the remote server. SUCCESS : The job finished with an exit code of 0. FAILURE : The job finished with a non-zero exit code. TERMINATED : The job was manually stopped by a user. ON_HOLD : The job is paused and will not run until released. Creating Your First Job (JIL)
: Provides a status report of a specific job or box.
Autosys uses to define jobs. Below is a simple example of a command job definition:
: The Event Processor has signaled the Agent to start.
: Interfaces used by developers to create and monitor jobs. Autosys Job Types