Method RunSchedule | Terminal.Gui v2 (original) (raw)
Namespace
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
true if a request was found and run. falseif no outstanding requests or all have existing outstanding requests underway in parser.