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

Method cancel

st2common/st2common/runners/base.py:188–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 )
187
188 def cancel(self):
189 return (
190 action_constants.LIVEACTION_STATUS_CANCELED,
191 self.liveaction.result,
192 self.liveaction.context,
193 )
194
195 def post_run(self, status, result):
196 pass

Callers 3

_do_cancelMethod · 0.45
cancelFunction · 0.45
run_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected