AppBase::IsShuttingDown

AppBase::IsShuttingDown
bool IsShuttingDown() const;
Description

IsShuttingDown returns true once Shutdown was called or program was closed.

Return Value

A Boolean of true if Shutdown is called and false otherwise.