Timer.RemoveIfExists

From Nomad DB

Safely removes a named timer which was created by timer.Create. This function does not work with simple timers.

Syntax

timer.RemoveIfExists(name)
  • name: string (Timer name)

Related Pages