[Index]

depends


This job is deprecated, use run instead.

A job which depends on another job.

This job was intended to simulate Ant's dependency like functionality but the run job is better.

Property Summary

job Job to depend on.
name A name, can be any text.
stop This flag is set by the stop method and should be examined by any Stoppable jobs in their processing loops.

Property Detail

job

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

Job to depend on.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

A name, can be any text.

stop

AccessREAD_ONLY
RequiredRead Only.

This flag is set by the stop method and should be examined by any Stoppable jobs in their processing loops.


(c) R Gordon Ltd 2005 - Present