We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6d00e commit 5efa2c3Copy full SHA for 5efa2c3
1 file changed
nxc/modules/example_module.py
@@ -49,3 +49,8 @@ def on_admin_login(self, context, connection):
49
This gets called on each authenticated connection with Administrative privileges
50
"""
51
52
+ def on_shutdown(self, context, connection):
53
+ """Optional.
54
+ Do something on shutdown
55
+ """
56
+
0 commit comments