Copyright © 2009-2013 Michael Truog
Version: 1.3.1 Sep 30 2014 14:01:31 ------------------------------------------------------------------------
Behaviours: application.
Authors: Michael Truog (mjtruog [at] gmail (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()} | {ok, Pid::pid(), State::any()} | {error, Reason::any()}
stop(State::any()) -> ok
test() -> boolean()
Generated by EDoc, Sep 30 2014, 14:01:31.