|
Job events |
|
|
Job events are caused by the execution of jobs and by their return codes. A job execution may be conditioned depending of the execution and eventually on the result, of other jobs. When requiring job events a time range must be provided. The time range specifies the time interval for the condition: only if the condition specified is always true in the time range provided, the job is executed. In order to require job event conditioning for a certain job the wait_event job tag have to be used. I.e. Time range may be specified requiring:
I.e.: #!/bin/csh In the sample above, job will start if:
|