Property AnsiStartupGate
AnsiStartupGate
Gets or sets the ANSI startup readiness gate.
AnsiStartupGate? AnsiStartupGate { get; set; }
Property Value
Remarks
When set, startup rendering can be deferred until required ANSI startup capability probes complete (or time out). When null, startup rendering proceeds immediately.
Tests and inline app mode can assign a gate instance to opt into this behavior.