Class SandboxExecutionResult
- Namespace
- JD.AI.Sandbox.Abstractions
- Assembly
- JD.AI.Sandbox.dll
Result of a sandboxed execution.
public sealed class SandboxExecutionResult
- Inheritance
-
SandboxExecutionResult
- Inherited Members
Properties
Elapsed
public TimeSpan Elapsed { get; init; }
Property Value
Error
public string? Error { get; init; }
Property Value
ExitCode
public int ExitCode { get; init; }
Property Value
StandardError
public string StandardError { get; init; }
Property Value
StandardOutput
public string StandardOutput { get; init; }
Property Value
Success
public bool Success { get; init; }