raganmd
3/30/2018 - 6:05 AM

touch-quit-process.py

# matthew ragan | matthewragan.com

# first we need to grab our stored details
other_app = parent().fetch('other_app')

# next we can kill the process
other_app['app_process'].kill()

# finally we'll unstore everything so we don't
# see any errors when we save
parent().unstore("*")