Bug 2955. Workaround for lack of atomic operations in GCCE standard libraries (fall back to default use of Mutex)
name = "interrupt";
group = "running";
shortDescription = "Interrupt evaluation";
longDescription = "Interruption will occur as soon as a new script statement is reached.";
function execute() {
scheduleInterrupt();
}
function handleResponse(resp) {
}