[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Interface for a service that allows to add and remove callbacks for a certain time which are called when the evaluate method is invoked and the current time is on or after the callback times. It is the expectation that the triggerPast method is called with same or ascending values for each subsequent call. Callbacks with are triggered are automatically removed by implementations.

The following tables list the members exposed by the SchedulingService type.

Public Properties

  NameDescription
Time
Gets the last time known to the scheduling service.
Set the time based upon which the evaluation of events invokes callbacks.