Skip to main content

filter.delay()

filter.delay(rel_time, action)

This function creates a native-action that delays the execution of action.

Parameters

ParameterTypeDescription
rel_timenumberSpecifies the time in milliseconds to delay the execution of the action.
actionActionSpecifies the action to be executed with a delayed execution.

Return Values

This funciton returns a native-action.

See Also