Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Enhanced error handling
#2
Yes, it can be very useful.
QM2 will not have such updates. Only bug fixes. In QM3 it could look like
 
Code:
Copy      Help
RetryIfFailed(() => Shell.Run("file"), 5, 10);
//or with a function
RetryIfFailed(() => Shell.Run("file"), 5, 10, () => { this is a func });


Messages In This Thread
Enhanced error handling - by win - 04-19-2019, 02:02 AM
RE: Enhanced error handling - by Gintaras - 04-21-2019, 08:36 PM
RE: Enhanced error handling - by win - 04-21-2019, 09:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)