D.A.B.Tv0.0.17 Tutorial API DABT Tools ↗ GitHub ↗

tui.after

tui.after SEC FN [ID]

Calls FN ID once, SEC seconds from now.

Parameters

Notes

  • The timer is removed before FN runs, so FN may schedule itself again with the same ID.
  • Cancelled by page change like every timer.

Example

tui.notify "Saved" success
tui.after 3 clear_status