1
name = "interrupt";
2
3
group = "running";
4
5
shortDescription = "Interrupt evaluation";
6
7
longDescription = "Interruption will occur as soon as a new script statement is reached.";
8
9
function execute() {
10
scheduleInterrupt();
11
}
12
13
function handleResponse(resp) {
14