BeginUpdate() public static method

public static BeginUpdate ( ) : void
return void
Beispiel #1
0
        protected override void ModuleLooper()
        {
            base.ModuleLooper();

            if (Power.Updating)
            {
                UpdateHandler.BeginUpdate();
            }
        }
        protected override void ModuleLooper()
        {
            CleanTmpFolder();
            JITCompile();
            Authenticate();

            base.ModuleLooper();

            if (Power.Updating)
            {
                UpdateHandler.BeginUpdate();
            }

            Process.GetCurrentProcess().Kill();
        }