waitForMillis
Pause the playbook by a specified number of milliseconds.
Pause a playbook for the specified number of milliseconds and then return the input table.
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Wait for Millis operator in the search field and select the operator from the Results to open the operator form.
- In the Input Table drop-down, enter or select an input table.
- In the Millis, enter the wait time in milliseconds.
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
waitForMillis(inputTable, millis)
-- waitForMillis(table, 2000) will pause the playbook for 2 seconds
Input
inputTable
: Table containing the data to run this operator on.
millis
: Wait time in milliseconds
Output
The original input table.
Updated about 1 year ago