Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 601 Bytes

abort.md

File metadata and controls

28 lines (18 loc) · 601 Bytes

abort, kabort

Cancels the current execution.

Cancels all the root nodes at once. Is usually the equivalent of cancel '0' but sometimes the root nodes are gone...

"kabort" is like "abort" but the cancel flavour is 'kill', so that cancel handlers are ignored.

# ...
cursor
  task 'prepare mandate'
  abort _ if f.outcome == 'reject'
  task 'sign mandate'
# ...

see also

Cancel, kill