IExitResult
Represents an explicit process exit code with an optional payload to render.
- Kind:
Interface - Namespace: Repl
- Assembly:
Repl.Core - Source: src/Repl.Core/IExitResult.cs
Signature
Section titled “Signature”public interface IExitResultProperties
Section titled “Properties”ExitCode
Section titled “ExitCode”Gets the process exit code to return.
int ExitCode { get; }Returns
Section titled “Returns”Payload
Section titled “Payload”Gets an optional payload to render using the configured output transformer.
object? Payload { get; }