MCPcopy Create free account
hub / github.com/coldtype/st2 / cancel

Method cancel

ST2/operations.py:330–334  ·  view source on GitHub ↗
(force=False)

Source from the content-addressed store, hash-verified

328 st2 = context.scene.st2
329
330 def cancel(force=False):
331 print("CANCELLING")
332 self._force = force
333 self.cancel(context)
334 return {"FINISHED"}
335
336 if not st2.script_watch:
337 return cancel(force=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected