예제 #1
0
        private void OnProcessStop(ProcessRunner.ExecType type)
        {
            if (m_PhoenixReady && type == ProcessRunner.ExecType.Crashed)
            {
                SendCrashEmail();
            }

            ResetWatchButtonLabel();
            Logger.MainDialog.WarnFormat("Process stopped ({0}).", m_ProcessRunner.ProcessPath);
        }
예제 #2
0
 private void OnProcessStart(ProcessRunner.ExecType type)
 {
     ResetWatchButtonLabel();
     m_AppSettings.Write("Internal", "CachedName", m_ProcessRunner.CachedTitle);
     Logger.MainDialog.InfoFormat("Process started ({0}).", m_ProcessRunner.ProcessPath);
 }