filter.delay()
filter.delay(rel_time, action)
This function creates a native-action that delays the execution of action.
Parameters
Parameter | Type | Description |
---|---|---|
rel_time | number | Specifies the time in milliseconds to delay the execution of the action. |
action | Action | Specifies the action to be executed with a delayed execution. |
Return Values
This funciton returns a native-action.