WaitAction

TimingActions. WaitAction

An action "wait" that waits for a given duration before continuing

Constructor

new WaitAction()

Source:
Example
//Wait for 100ms
{
    "wait": {
        "duration": 100
    }
}

//Wait for 100ms (shorthand version)
{
    "wait": 100
}