 | EMASettingsPreventSleep Property |
Gets/Sets if the GUI should block the OS from sleeping while a simulation is running.
Namespace: ema3d.Api.V25.CoreAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic static bool PreventSleep { get; set; }
Public Shared Property PreventSleep As Boolean
Get
Set
public:
static property bool PreventSleep {
bool get ();
void set (bool value);
}
static member PreventSleep : bool with get, set
Property Value
Boolean
See Also