photogeek54 Posted August 11, 2023 Posted August 11, 2023 Most of my programs primarily have actions that execute when the If evaluates as True. Most Elses are empty but the Else gets executed quite often. It would help debugging A LOT if the Admin console's program summary had a LastRunTime column that shows only the last time when the "If" actions started to execute. I seldom use the column for when a program finishes if that helps. Also having a way to search the event log interactively for a string would be helpful. Quote
MrBill Posted August 13, 2023 Posted August 13, 2023 I agree that "Last Finish Time" doesn't contain information that's very useful. However, isn't "Last Run Time" exactly what you're looking for? On 8/10/2023 at 7:39 PM, photogeek54 said: Most Elses are empty but the Else gets executed quite often. for the Else to run, the program had to have started, there for this would be included in "Last Run Time" and be the same as "that shows only the last time when the "If" actions started to execute." ....Or maybe you want a column that shows the "last time the IF was evaluated TRUE"? Quote
photogeek54 Posted August 13, 2023 Author Posted August 13, 2023 Yes I’m looking for last time the IF evaluated as true. That seems much more helpful Quote
Javi Posted August 13, 2023 Posted August 13, 2023 You could create a variable then add 1 (+=) to a variable in the THEN Action of the program. The variable will show Time of Last Change. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.