You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's your thoughts on adding a condition for avoiding logoff when there's specific apps running, or window with specific titles open, or average CPU usage above a certain threshold? The use case is when you might have important long-running software processing/jobs that you don't want to lose.
example UI settings:
[ X ] Don't logoff when these apps/processes are open (use commas for multiple entries):
[ Adobe Premiere Pro.exe, Excel.exe ]
[ X ] Don't logoff when windows are open containing this text in their titles (use commas for multiple entries):
[ Encoding, Processing, Saving ]
[ X ] Don't logoff for CPU usage above [ 50% ], checking CPU every [ 5 ] second(s), averaging over the last [ 1 ] minute(s)
Thoughts?
cheers,
Scott
The text was updated successfully, but these errors were encountered:
Hi Scott, these are some great ideas. The CPU one might be a but tricky, but the other two should be fairly straight forward to implement. Timing wise though, I'm not sure when I'd be able to implement specifically, but will add to the backlog
Hopefully there’s already some example code on GitHub or MS to access Windows APIs for CPU load. If I come across such code, I’ll chime in here again. Cheers.
Great idea. I like to keep a MySQL CLI window open to monitor SQL queries and this would be a great way to not have to reconnect to the DB session every time it logs me out.
What's your thoughts on adding a condition for avoiding logoff when there's specific apps running, or window with specific titles open, or average CPU usage above a certain threshold? The use case is when you might have important long-running software processing/jobs that you don't want to lose.
example UI settings:
[ X ] Don't logoff when these apps/processes are open (use commas for multiple entries):
[ Adobe Premiere Pro.exe, Excel.exe ]
[ X ] Don't logoff when windows are open containing this text in their titles (use commas for multiple entries):
[ Encoding, Processing, Saving ]
[ X ] Don't logoff for CPU usage above [ 50% ], checking CPU every [ 5 ] second(s), averaging over the last [ 1 ] minute(s)
Thoughts?
cheers,
Scott
The text was updated successfully, but these errors were encountered: