src/scripttools/debugging/scripts/commands/interrupt.qs
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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 }