Updates:
Status: Done
Owner: jussi.ao.malinen
Cc: jprantan
Comment #2 on issue 349 by pekka.klarck: It should be possible to stop test
execution gracefully with signal
http://code.google.com/p/robotframework/issues/detail?id=349
This was implemented pretty much for free when implementing issue 108.
Nowadays
signals SIGINT and SIGTERM will kill the test execution process gracefully.
Unfortunately in Windows sending signals from external processes isn't
possible (and
signals aren't really supported in general). This new feature will be
documented as
part of issue 541.