Work Mode - Prevent App from Loading
Posted: 17 Jul 2016 18:49
For a work-mode setting, is there an effective method of preventing apps from loading?
All I can think of, is the following:
App Task Started: {App Name}
Time Range X to X
Kill App Process: KILL(9) OR TERM(15) // same result
I do not wish to use this method, because force killing/terminating an app seems to have undesirable effects. (The app may lose credentials, not load correctly on next load (possibly a caching/memory issue), etc.
The thread below is the closest solution that I could find off-hand, but isn't what I am looking for.
viewtopic.php?f=4&t=2951
Thank you for any suggestions.
All I can think of, is the following:
App Task Started: {App Name}
Time Range X to X
Kill App Process: KILL(9) OR TERM(15) // same result
I do not wish to use this method, because force killing/terminating an app seems to have undesirable effects. (The app may lose credentials, not load correctly on next load (possibly a caching/memory issue), etc.
The thread below is the closest solution that I could find off-hand, but isn't what I am looking for.
viewtopic.php?f=4&t=2951
Thank you for any suggestions.