MCPcopy Create free account
hub / github.com/slackapi/python-slack-sdk / shutdown

Method shutdown

slack_sdk/socket_mode/interval_runner.py:29–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 return self.thread is not None and self.thread.is_alive()
28
29 def shutdown(self):
30 if self.is_alive():
31 self.event.set()
32 self.thread.join()
33 self.thread = None

Callers 7

stopMethod · 0.80
stop_unsafeMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stop_unsafeMethod · 0.80
closeMethod · 0.80
closeMethod · 0.80

Calls 1

is_aliveMethod · 0.95

Tested by

no test coverage detected