Behaviours: application.
| start/2 | |
| stop/1 |
start(StartType, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason}
StartType = application:start_type()StartArgs = term()Pid = pid()State = term()Reason = term()
stop(State) -> ok
State = term()
Generated by EDoc