Skip to content

ReplRuntimeChannel

Execution channel used when evaluating runtime module presence.

public enum ReplRuntimeChannel

One-shot local command-line invocation.

Cli = 0

ReplRuntimeChannel

Local interactive REPL loop.

Interactive = 1

ReplRuntimeChannel

Programmatic execution driven by an external agent, script, or API.

Programmatic = 3

ReplRuntimeChannel

Hosted session (for example websocket/telnet/remote terminal).

Session = 2

ReplRuntimeChannel