application

Functions


behaviour_info(Other) -> term()

load(Application) -> term()

load(Application, DistNodes) -> term()

unload(Application) -> term()

start(Application) -> term()

start(Application, RestartType) -> term()

start_boot(Application) -> term()

start_boot(Application, RestartType) -> term()

takeover(Application, RestartType) -> term()

permit(Application, Bool) -> term()

stop(Application) -> term()

which_applications() -> term()

which_applications(Timeout) -> term()

loaded_applications() -> term()

info() -> term()

set_env(Application, Key, Val) -> term()

set_env(Application, Key, Val, Timeout) -> term()

unset_env(Application, Key) -> term()

unset_env(Application, Key, Timeout) -> term()

get_env(Key) -> term()

get_env(Application, Key) -> term()

get_all_env() -> term()

get_all_env(Application) -> term()

get_key(Key) -> term()

get_key(Application, Key) -> term()

get_all_key() -> term()

get_all_key(Application) -> term()

get_application() -> term()

get_application(Pid) -> term()

start_type() -> term()

View Functions