Returns the count of how often this trigger was executed.
A trigger is evaluated each time it is called. A trigger is executed each time it is called and passes the condition. If the condition is not met, the execution count is not incremented.
See: ResetTrigger, GetTriggerEvalCount.
ResetTrigger
GetTriggerEvalCount
Generated using TypeDoc
Returns the count of how often this trigger was executed.
A trigger is evaluated each time it is called. A trigger is executed each time it is called and passes the condition. If the condition is not met, the execution count is not incremented.