swift - How can I kill a long running process when my MacOS app is terminated? - Stack Overflow

Within my Mac application, I start a long running process (a local server) as so:let process = Process

Within my Mac application, I start a long running process (a local server) as so:

let process = Process()
process.launchPath = "/bin/zsh"
process.arguments = ["-c"] + ["'\(command)'"]
try process.run()

I've noticed that when my app is terminated, the process is not and it keeps running.

How can I make it so that the process is killed when my app is terminated (regardless of how it is terminated, i.e. force quit, kill -9, crash, etc.)?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745249142a4618569.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信