Module cloudi_core_i_app

CloudI Application

.

Copyright © 2009-2015 Michael Truog

Version: 1.5.1 Jan 10 2017 17:27:59 ------------------------------------------------------------------------

Behaviours: application.

Authors: Michael Truog (mjtruog [at] gmail (dot) com).

Description

CloudI Application

Function Index

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?

.

Function Details

start/2

start(StartType::normal | {takeover, node()} | {failover, node()}, StartArgs::any()) -> {ok, Pid::pid()} | {ok, Pid::pid(), State::any()} | {error, Reason::any()}

Start the CloudI application.

stop/1

stop(State::any()) -> ok

Stop the CloudI application.

test/0

test() -> boolean()

Is cloudi_core being ran during a test with eunit or ct?


Generated by EDoc, Jan 10 2017, 17:27:59.