Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
 late = ecflow.Late()

...


 late.submitted( 20,10 ) # hour, min

...


 late.active( 2, 10 ) # hour, min

...


 late.complete( 3, 10, True) # hour, min, relative

...


 t1 = ecflow.Task("t1")

...


 t1.add_late( late )