Skip to content

Method ExitRawReplAsync

Namespace: Belay.Core
Assembly: Belay.Core.dll

ExitRawReplAsync(CancellationToken)

Exits raw REPL mode to friendly REPL. Based on official mpremote exit_raw_repl implementation.

csharp
public Task ExitRawReplAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Cancellation token.

Returns

Task

Released under the Apache License 2.0.