Event ScheduleTimeEventName(long delay, String closure, long ttl)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.
The event is created (and asserted) the specified number of milliseconds after the rule action executes. The TimeEvent created will simply store the information passed in the closure parameter. you can put the closure string value in rule conditions to specify the time events that will trigger the rule. The event’s time to live. Follows the same rules as the time to live setting in a simple event. See Simple Event Reference.
An instance of the event type specified in the function name (ScheduleTimeEventName).
Copyright © TIBCO Software Inc. All Rights Reserved.