Table of Contents

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

TimeSpan

Error

public string? Error { get; init; }

Property Value

string

ExitCode

public int ExitCode { get; init; }

Property Value

int

StandardError

public string StandardError { get; init; }

Property Value

string

StandardOutput

public string StandardOutput { get; init; }

Property Value

string

Success

public bool Success { get; init; }

Property Value

bool