profile() = atom()
| ensure_started/0 | |
| ensure_started/1 | |
| is_running/0 | |
| is_running/1 | |
| start/0 | |
| start/1 | |
| stop/0 | |
| stop/1 | |
| which_profiles/0 |
ensure_started() -> ok | {error, Reason}
ensure_started(Profile::profile()) -> ok | {error, Reason}
is_running() -> boolean() | {error, Reason}
is_running(Profile::profile()) -> boolean() | {error, Reason}
start() -> ok | {error, Reason}
start(Profile::profile()) -> ok | {error, Reason}
stop() -> ok | {error, Reason}
stop(Profile::profile()) -> ok | {error, Reason}
which_profiles() -> [profile()]
Generated by EDoc