Skip to content

$setTimeout

Set a NodeJS timeout.

Parameters

NameDescriptionEnforcedDefault Value
NameThe name for this timeout.YesNone
TimeTime to execute the code.YesNone
CodeCode to be executed when the time ends.YesNone

Example

$setTimeout[name;time;code]