confirmed
Specifies that a job's completion must be confirmed.
To confirm the completion of the job, run a conman confirm command. See confirm for more information.
Syntax
confirmed
Examples
In the following job stream, confirmation
of the completion of job1
must be received before job2
and job3
are launched.
schedule test1 on fr:
job1 confirmed
job2 follows job1
job3 follows job1
end