Module cloudi_core_i_app

CloudI Application

.

Copyright © 2009-2022 Michael Truog

Version: 2.0.5 Jun 20 2023 18:35:37 ------------------------------------------------------------------------

Behaviours: application.

Authors: Michael Truog (mjtruog at protonmail 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()} | {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