Module watts_app

this is just starting the supervisor tree nothing more.

Behaviours: application.

See also: watts_sup.

Description

this is just starting the supervisor tree nothing more. The main supervisor is watts_sup. This implements the 'application' behaviour.

Function Index

start/2start the OTP application 'watts'.
stop/1this is called at stop.

Function Details

start/2

start(Type::any(), Args::any()) -> {ok, pid()} | {error, Reason::term()}

start the OTP application 'watts'.

stop/1

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

this is called at stop.


Generated by EDoc