goaaats / xivlauncher-neo

XIVLauncher: The Next Degeneration
GNU General Public License v3.0
15 stars 7 forks source link

Beginning process management work #7

Closed karashiiro closed 2 years ago

karashiiro commented 2 years ago

These are some process-related utility methods that we can use for addon stuff. close_process is not fully implemented because we need to decide on a platform API library (or several if we don't intend to run this in wine) in order to actually close processes.

Also not sure if the elevated function works, it doesn't error but it didn't bring up a UAC prompt either.