Timers

C# Methods for Core > Timers

DisableTimer

public void DisableTimer(string timerName)

DisableTimerById

Disables selected timer, by ID

0.2.4
public void DisableTimerById(string timerId)

EnableTimer

public void EnableTimer(string timerName)

EnableTimerById

Enables selected timer, by ID

0.2.4
public void EnableTimerById(string timerId)

GetTimerState

Get the state of an existing timer

0.2.4
public bool GetTimerState(string timerId)

SetTimerInterval

Set the interval of an existing timer, in seconds

0.2.4
public void SetTimerInterval(string timerId, int interval)