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