/
waitForMillis

waitForMillis

Pause a playbook for the specified number of milliseconds and then return the input table.

Operator Usage in Easy Mode

  1. Click + on the parent node.

  2. Enter the Wait for Millis operator in the search field and select the operator from the Results to open the operator form.

  3. In the Input Table drop-down, enter or select an input table.

  4. In the Millis, enter the wait time in milliseconds.

  5. Click Run to view the result.

  6. Click Save to add the operator to the playbook.

  7. Click Cancel to discard the operator form.

Usage Details

LQL Command

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.

Related content

gateTask
gateTask
More like this
callScript
callScript
More like this
addExecutionMetadata
addExecutionMetadata
More like this