Behaviours: application.
start/0 | Starts the Application. |
stop/0 | Stops the Application. |
start() -> {ok, [atom()]} | {error, term()}
Starts the Application
stop() -> ok | {error, term()}
Stops the Application
Generated by EDoc, Oct 14 2016, 07:51:41.