timed_action

Procs | |
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. |
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.