Background Code Execution
runCodeBackground()
Execute code in the background and return immediately.
Listing Processes
listProcesses()
List all background execution processes.
Killing Processes
killProcess()
Terminate a running background process.
Related
- Sandbox Class - Main sandbox class
- Code Execution - Code execution methods

