Behaviours: application.
| start/2 | The application:start callback. |
| stop/1 | The application:stop callback. |
start(Type, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason}
The application:start callback.
stop(State::term()) -> ok
The application:stop callback.
Generated by EDoc