-
Notifications
You must be signed in to change notification settings - Fork 3
systest_watchdog
#Module systest_watchdog#
Behaviours: gen_server
.
##Function Index##
##Function Details##
###clear_exceptions/0##
clear_exceptions() -> any()
###code_change/3##
code_change(OldVsn, State, Extra) -> any()
###dump/0##
dump() -> any()
###exceptions/1##
exceptions(SutId) -> any()
###force_stop/1##
force_stop(Id) -> any()
###force_stop/2##
force_stop(Id, Timeout) -> any()
###handle_call/3##
handle_call(Msg, From, State) -> any()
###handle_cast/2##
handle_cast(Msg, State) -> any()
###handle_info/2##
handle_info(X1, State) -> any()
###init/1##
init(X1) -> any()
###proc_started/2##
proc_started(Cid, Pid) -> any()
###proc_stopped/2##
proc_stopped(Cid, Pid) -> any()
###reset/0##
reset() -> any()
###start/0##
start() -> any()
###stop/0##
stop() -> any()
###sut_started/3##
sut_started(Id, Pid, Timeout) -> any()
###terminate/2##
terminate(Reason, State) -> any()