Table of Contents

Interface IAnsiStartupGate

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

Tracks ANSI startup queries that must complete before startup rendering is considered ready.

public interface IAnsiStartupGate

Properties

IsReady

Gets whether all registered startup queries are complete or timed out.

PendingQueries

Gets startup queries that are still pending.

Methods

MarkComplete(AnsiStartupQuery)

Marks the named startup query as complete.

RegisterQuery(AnsiStartupQuery, TimeSpan)

Registers a startup query that must complete before readiness.