What is a ShelvedPath HitCount?

The system.alarm.getShelvedPaths() function returns a list of ShelvedPath objects. A ShelvedPath object has a getHitCount method. What is a hit count?

It’s the number of times an AlarmEvent would have been evaluated but then wasn’t because it turns out it was shelved. I’m not sure if it was meant for internal or external use, but it’s there.

Cool, thanks!