# Get your session id; sid;
"1"Open a new session...
# Get your session id of the new session; sid;
"2"# Execute this loop on the session 2; for (-> "[i]" 0) (< [i] 45) (++ "[i]") { log trace [i]; wait "1000"; };
# Kill the current execution on the session 2 from the session 1; kill 2;
"1"# your loop is killed on the session 2; "'line 1 >>> for "-> \"[i]\" 0;" "< [i] 45;" "++ \"[i]\";" "... line 1 >>> ++ [i] ; [[[ Sorry, the action has been canceled. ]]]'"