A primitive to check if ticks have been started

Sometimes I want to write generic sub-procedures or functions so they can be called both before and after the “reset-ticks” command. Some of these might use “ticks” but this causes an error if used before reset-ticks.

Can we have a primitive that responds with a boolean depending on whether ticks have been started or not? Something like “ticks-started?”.

thanks