Skip to content

Execute function now returns an `Output` object instead dictionary.

Compare
Choose a tag to compare
@Prince2347X Prince2347X released this 06 Apr 10:00
· 77 commits to master since this release

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.