Table of Contents

Method RunSchedule

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RunSchedule(bool)

Identifies and runs any Terminal.Gui.AnsiRequestScheduler._queuedRequests that can be sent based on the current outstanding requests of the parser.

public bool RunSchedule(bool force = false)

Parameters

force bool

Repeated requests to run the schedule over short period of time will be ignored. Pass true to override this behaviour and force evaluation of outstanding requests.

Returns

bool

true if a request was found and run. false if no outstanding requests or all have existing outstanding requests underway in parser.