cp.idle.queue(idleSeconds, actionFn[, retryOnError]) -> nothing
idleSeconds
- The number of seconds of idle time must have elapsed run the actionactionFn
- The function to executeretryOnError
- Optional. If set to true
, the action will try running again if there is an error.