core.py
Others:
This definition shuts down current process logging, associated handlers and then exits to system.
| Parameters: | exitCode – System exit code. ( Integer / String / Object ) |
|---|---|
| Note : | exitCode argument is passed to Python sys.exit() definition. |