Merge branch '10701-refactor-dispatch'
[arvados.git] / apps / workbench / app / models / work_unit.rb
index dd4a706f9d6edfdbaf60b7607e62d3f40a672fe2..e10f8b7f5f005c7e6e2730cf040e16f4bb2efcce 100644 (file)
@@ -119,6 +119,10 @@ class WorkUnit
     # returns true if this work unit can be canceled
   end
 
+  def confirm_cancellation
+    # returns true if this work unit wants to use a confirmation for cancellation
+  end
+
   def uri
     # returns the uri for this work unit
   end