We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f435d commit 6681c81Copy full SHA for 6681c81
btpy/__init__.py
@@ -64,3 +64,7 @@ def on_running(self) -> NodeStatus:
64
# Otherwise, just assume the action finished successfully.
65
else:
66
return NodeStatus.SUCCESS
67
+
68
+ def on_halted(self):
69
+ # Default action: do nothing
70
+ pass
0 commit comments