a method that determines if the event is still relevant at the time of its execution.
Returns true
if the event is still relevant (e.g. the set field is still editable). Returns false
otherwise.
executes the scheduled event and then performs the provided after action
reverts the scheduled event and then performs the provided after action
Executes the event if it is still relevant, or reverts it if it is not. Performs the provided after action, once the event is resolved.
Generated using TypeDoc
Wrapper for a scheduled event