[This is preliminary documentation and subject to change.]
The __TimerInstruction system class is a base class used to specify instructions on how timer events should be generated for consumers. In practice, only instances of the two derived classes __AbsoluteTimerInstruction and __IntervalTimerInstruction are created.
class __TimerInstruction : __EventGenerator
{
bool SkipIfPassed = FALSE;
[key] string TimerId;
};class __TimerInstruction : __EventGenerator
__AbsoluteTimerInstruction, __IntervalTimerInstruction