Execute function now returns an `Output` object instead dictionary.
Execute function now returns an Output
object instead dictionary.
Output
- output - The script output if ran successfully or error on failed.
- statusCode - The status code of the program.
- memory - The memory used to execute the script.
- cpuTime - Time taken by the CPU to execute the script.