3

I am aware that the done(d) condition would be TRUE when the job is in SU, TE, FA status. I would like to understand the same for n, and so the difference between n and d conditions.

user3055262
  • 405
  • 3
  • 9
  • 20

2 Answers2

3

The "notrunning" condition will be TRUE when the status of the job on which it is dependent is anything except RUNNING.

Oleksandr Kucher
  • 489
  • 3
  • 11
0

As name suggest not running condition, it checks the job is running or not.

The n (notrunning) condition will be TRUE when the status of the job on which it is dependent, is in any status except RU (Running).

Sonu Rajpoot
  • 485
  • 4
  • 6