Module: Dynflow::Action::Cancellable
- Included in:
- V2::WithSubPlans, WithBulkSubPlans, WithSubPlans
- Defined in:
- lib/dynflow/action/cancellable.rb
Constant Summary collapse
- Cancel =
Algebrick.atom
- Abort =
Algebrick.atom
Instance Method Summary collapse
Instance Method Details
#abort! ⇒ Object
22 23 24 |
# File 'lib/dynflow/action/cancellable.rb', line 22 def abort! cancel! end |
#cancel! ⇒ Object
18 19 20 |
# File 'lib/dynflow/action/cancellable.rb', line 18 def cancel! raise NotImplementedError end |