Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

complete

Method
This is a method of the SandboxResult class in the sandbox module.
Mark as completed.

Signature

def complete(&mut self, exit_code: i32, stdout: String, stderr: String) -> ()

Parameters

exit_code
i32
required
No description available.
stdout
String
required
No description available.
stderr
String
required
No description available.

Returns

Returns
()
The result of the operation.