Command rtda
NAME
Command rtda :: Ref Task Dep Add
SYNOPSIS
rtda RefName TaskBeforeName TaskAfterName [type]
DESCRIPTION
The rtda
is used to add a dependence between to tasks of a ref.
The first parameter is the ref name. The second parameter
is the task name witch is waiting for. The third parameter is the
task name which must wait for. The fourth optional parameter
is the dependence type : `always', `onsuccess', `onerror'.
- If the type is `onsuccess', the downstream task will be started if
the upstream task was normally terminated.
- If the type is `onerror', the downstream task will be started if the
upstream task was aborted.
- If the type is `always', the downstream task will always be started.
ACCESS CONTROL
This function requires the `admin' privilege for the
`referential' command family.
SEE ALSO
This document was generated
by dom on September, 11 2005
using texi2html