docs » cp.idle
This library allows tasks to be queue for execution when the computer has been idle for a specified amount of time. 'Idle' is defined as no keyboard or mouse movement.
- Functions - API calls offered directly by the extension
- queue
Signature | cp.idle.queue(idleSeconds, actionFn[, retryOnError]) -> nothing |
---|---|
Type | Function |
Description | Adds an action to the idle queue, which will be run after the the computer has been idle |
Parameters |
|
Returns |
|