blob: d4b66ccd997ac1e12a4a048d4aa3435037142b51 [file] [log] [blame]
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) {
}