Table of Contents

Method SetIsRunning

Namespace
Terminal.Gui.Views
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.

public void SetIsRunning(bool value)

Parameters

value bool

The new IsRunning value.