At.FF.Krems.FullscreenBrowser.PowerManagement.Restart C# (CSharp) Method

Restart() public method

Restart system.
public Restart ( bool force = false ) : void
force bool Inform system to force operation.
return void
        public void Restart(bool force = false)
        {
            // call restart
            CallShutdown(ShutdownFlags.Restart, force);
        }