diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index a1ea02f5..0576fedd 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -48,6 +48,9 @@ from .scriptingprovider import * def shutdown(): + """ + ``shutdown`` cleanly shuts down the core, stopping all workers and closing all log files. + """ core.BNShutdown() |
