blob: bb08e72ab41e6af819bfe4632e1c6be09dc35eaa [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) {
}