INNOV-AI

Innovation and Research from Réunion Island, France

Back   Home

Kill the current execution on a MentDB Weak session @ Session @ MentDB Weak

> Start the server
> (or start the server for the first time (embedded mode - H2 Database))
> (or start the server for the first time (remote mode - MySQL 8 Database))
> Open the MentDB Weak Editor

# 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. ]]]'"
start: 2025-12-03   end: 2025-12-03   v_start: 400   v_end: