Copyright © Erlware, LLC. All Rights Reserved. This file is provided to you under the BSD License; you may not use this file except in compliance with the License. ----------------------------------------------------------------
Behaviours: application.
| manual_start/0 | start up the app and all the dependent apps. |
| manual_stop/0 | stop the app manually. |
manual_start() -> any()
start up the app and all the dependent apps.
manual_stop() -> any()
stop the app manually
Generated by EDoc