Daedalus Dock - Modules - TypesProc Details

timed_action

Procs

on_cancelCalled when the action is cancelled.
on_processFor subtypes to implement behavior in process(). Return FALSE to cancel the timed action.
on_successCalled when the timed action succeeds.

Proc Details

on_cancel

Called when the action is cancelled.

on_process

For subtypes to implement behavior in process(). Return FALSE to cancel the timed action.

on_success

Called when the timed action succeeds.