util/src/scripttools/debugging/scripts/commands/interrupt.qs
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     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 }