IdleTimer connector methods and events
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- RPA Hub
Learn about the IdleTimer connector methods and events.
Start method
Sets the maximum idle time in seconds.
Parameter name | Port type | Data type | Description | Mandatory? |
---|---|---|---|---|
MaxIdleTime | Data In | Integer | Maximum idle time in seconds. | Yes |
Stop method
Stops the timer.
OnIdleStart
Triggers the automation when the Start method is executed.
OnIdleStop
Stops the automation when the Start method is executed.