A boolean indicating whether a simulation is currently running.
public:
static property bool IsSimulationRunning {
bool get ();
}
Type: bool
Returns a boolean indicating whether a simulation is currently running.
var XtfSimulationManager = Microsoft.Xbox.Tools.ConsoleExtensions.SimulationManager;
var isRunning = XtfSimulationManager.isSimulationRunning;
Namespace: Microsoft.Xbox.Tools.ConsoleExtensions
Metadata: microsoft.xbox.tools.consoleextensions.winmd