Skip to main content

Timers

Timers shows active count up and count down timers created by nexGui.

What it shows

  • Timers positioned at the top or bottom of the panel.
  • Count up timers and count down timers.

Managing timers

nexGui.timers.add("sip", "Sip Cooldown", 30, "top");

nexGui.timers.start("sip");

Notes

  • Updates are broadcast using nexGui.evt and eventStream timer events.