what does pausing a timer?
doing timertest -p doesn't make it 'stand still', it keeps counting...

tested it with:
alias pausetest {
timerpausetest 1 15 echo -a afgelopen
timercheck 1 1 test
timerhalt 1 15 timercheck off
timerpause 1 5 timerpausetest -p
timerresume 1 10 timerpausetest -r
}
alias test {
echo -a pausetest: $timer(pausetest).secs | .timercheck 1 1 test
}