Module ecrontab_worker

Behaviours: gen_server.

Function Index

add/2
code_change/3
del/2
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/1
start_tasks/1
terminate/2

Function Details

add/2

add(Pid::pid(), Task::ecrontab:task()) -> ok | {error, atom()}

code_change/3

code_change(Old, State, Extra) -> any()

del/2

del(Pid::pid(), TaskName::ecrontab:task_name()) -> ok | {error, any()}

handle_call/3

handle_call(Msg, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(Map) -> any()

start_link/1

start_link(Args) -> any()

start_tasks/1

start_tasks(Pid::pid()) -> ok

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc