diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-01-17 15:36:56 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-01-17 15:36:56 -0500 |
| commit | 6ac4f1abbc36daf8be05b1af3509db219eb9b36e (patch) | |
| tree | a6b42833851924704c497f3e6313ec59afee2d99 /python/__init__.py | |
| parent | 18bd48924ee2d70f81f65877dfdbaa7569f8749a (diff) | |
add documentation for shutdown
Diffstat (limited to 'python/__init__.py')
| -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() |
