common.app.app_terminate module

Terminator module

exception common.app.app_terminate.TerminalException

Bases: BaseException

Customer exception.

Raise this to terminate the running of applications.

common.app.app_terminate.terminate()

Terminator function.

Its call will kill the application.