$timer(name/N).active would seem a little redundent as name/N must exist in the timer list for $timer(name/N).???? to come back with anything , just uses this
Code:
if ($timer(name/N) != $null) {
  command
} 
else {
  timer[name/N] etc
}