application
(kernel)
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()
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
- behaviour_info/1
- load/1
- load/2
- unload/1
- start/1
- start/2
- start_boot/1
- start_boot/2
- takeover/2
- permit/2
- stop/1
- which_applications/0
- which_applications/1
- loaded_applications/0
- info/0
- set_env/3
- set_env/4
- unset_env/2
- unset_env/3
- get_env/1
- get_env/2
- get_all_env/0
- get_all_env/1
- get_key/1
- get_key/2
- get_all_key/0
- get_all_key/1
- get_application/0
- get_application/1
- start_type/0