Method SetIsRunning
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
valueboolThe new IsRunning value.