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
Do not try to interrupt/terminate a process if it isn't running (#5675)
Calling these on a process that isn't currently running results in
```
'NSInvalidArgumentException', reason: '*** -[NSConcreteTask terminate]: task not launched'
```
so we should check first.
rdar://96964401
(cherry picked from commit 0464fcf)
0 commit comments