Copyright © 2009-2020 Michael Truog
Version: 2.0.1 Nov 26 2020 15:50:56 ------------------------------------------------------------------------
Behaviours: application.
Authors: Michael Truog (mjtruog at protonmail dot com).
start/2 |
Start the CloudI application.. |
stop/1 |
Stop the CloudI application.. |
test/0 |
Is cloudi_core being ran during a test with eunit or ct?. |
start(StartType::normal | {takeover, node()} | {failover, node()}, StartArgs::any()) -> {ok, Pid::pid()} | {error, Reason::any()}
stop(State::any()) -> ok
test() -> boolean()
Generated by EDoc