Chapter 4 Working With Time Events : Rule Based TimeEvent Function Reference

Rule Based TimeEvent Function Reference
Signature
Event ScheduleTimeEventName(long delay, String closure, long, ttl)
Domain
action
Description
For each rule-based time event you create, an ontology function is also created to enable you to schedule the assertion of an instance of the event in a rule action. The function name follows this format: ScheduleTimeEventName.
Parameters
 
The event is created (and asserted) the specified number of milliseconds after the rule action executes.
You can pass information the closure parameter to a rule triggered by the event’s assertion.
The event’s time to live. Follows the same rules as the time to live setting in a simple event. See SimpleEvent Resource Reference.
Returns