Files
showbridge-docs/src/content/docs/modules/time/timer.md
T
2026-03-26 18:07:35 -05:00

461 B

title, tableOfContents, sidebar
title tableOfContents sidebar
Timer false
order
1

The time.timer module emits only one message after a specified duration. Sending any message to this module will reset the timer.

  • type: time.timer
  • params:
    • duration: time in milliseconds to wait before emitting message

Example snippet

Emits a message 5 seconds after the module is initialized

- id: 5secs
  type: time.timer
    params:
      duration: 5000