Thursday, February 3, 2011

Non-interruptable ACTION script.

The SIGINT and SIGQUIT signals can be blocked while ACTION script execution. So the user can't use Ctrl^C to terminate current process. It's usefull to make some action atomic. The signal blocking is default behaviour. To make action interruptable the COMMAND tag must contain interrupt="true" field.
Implemented since svn revision 347.

No comments:

Post a Comment