docs/commands/script/scriptexec.md
Load and execute a script file in a single operation.
arg1 Script file path to load and execute.
This command does not set any result variables.
This command blocks until the script completes execution. It performs the following operations:
Script execution is handled by a single dedicated thread, ensuring that only one script runs at a time.