file: job.t package: muf status: alpha
The assembleAfterChild
prim is identical
to the assembleAfter
prim except that if a
forkJob
is executed in the first clause in
the MUF after{ ... }alwaysDo{
... }
statement, the second clause is
executed only in the child job, whereas with the
assembleAfter
prim the second clause is
executed only in the original job.
Go to the first, previous, next, last section, table of contents.