brian-lau / MatlabProcessManager

Matlab class for launching and managing asynchronous processes
BSD 2-Clause "Simplified" License
22 stars 12 forks source link

Ctrl-C behaves differently Windows/Mac #1

Open brian-lau opened 10 years ago

brian-lau commented 10 years ago

Ctrl-C on OSX terminates whatever is running in the Matlab session, but leaves any processes controlled by processManager running. On Windows (Windows 7, 64-bit, Matlab 2011b), Ctrl-C also terminates the processes controlled by processManager.

Doesn't seem to be any way to make the behavior consistent?

http://www.mathworks.com/matlabcentral/answers/94419