Create your first automation in just a few minutes.Try Studio Web →
by Jack Chan
0
Snippet
114
Summary
Summary
SAP Timeout handler for activities that will become stuck if SAP has hung or gotten disconnected.
Overview
Overview
Some activities such as SAP.ReadStatusbar activity do not follow the Timeout property if the SAP session has hung or has been disconnected. It will keep running forever until the user manually kills SAP.
With this snippet, you can enforce a timeout by having a separate timeout handler that runs independent of your main flow, meaning it will not get affected by events such as SAP being busy/hung. If the timeout does occur you can let the robot perform actions such as kill SAP etc, which will solve the above problem.
Features
Features
Prevents your RPA process from getting stuck for a very long time due to application hanging.
Additional Information
Additional Information
Dependencies
UiPath.UIAutomation.Activities 21.10.4 UiPath.System.Activities 21.10.3
Code Language
Visual Basic
License & Privacy
MIT
Privacy Terms
Technical
Version
1.1Updated
February 2, 2022Works with
Studio: 20.4 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources