Skip to main content

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.