SystemEvents connector methods
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- RPA Hub
The SystemEvents connector methods watch various system events and, if needed, stop watching.
Methods
Provides the following methods and the events these methods track:
WatchFileSystem
- Input
- Path
WatchNetworkAvailability
Event | Description | Parameter |
---|---|---|
NetworkAvailable | Watches the system when network is available. | |
NetworkUnavailable | Watches the system when network is unavailable. |
WatchSessionEvents
UnwatchFileSystem
Stops or prevents the RPA Desktop Design Studio from watching the file system events. You can use this method before or after the WatchFileSystem method was already used.
UnwatchNetworkAvailability
Stops or prevents the RPA Desktop Design Studio watching the network availability events. You can use this method before or after the WatchNetworkAvailability method was already used.
UnwatchSessionEvents
Stops or prevents RPA Desktop Design Studio watching the network availability events. You can use this method before or after the WatchSessionEvents method was already used.