Table of Contents

Method SetIsRunning

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

SetIsRunning(bool)

Sets the cached IsRunning state. Called by ApplicationImpl within the session stack lock. This method is internal to the framework and should not be called by application code.

void SetIsRunning(bool value)

Parameters

value bool

The new IsRunning value.