depends

Description

A job which depends on another job. If the other job is ready this job will run the job. If the job is executing this job will wait. If the job has finished this job will reflect the completion state.

Properties

NameDescriptionRequired
name A name, can be any text. No.
job Job to depend on. Yes.

(c) Rob Gordon 2005