## shutdown()


Shut down the application gracefully.


Usage


``` python
shutdown(force=False)
```


## Parameters


`force: bool = ``False`  
If True, force immediate shutdown.
