- Missed comment and reset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3667
b64f7644-9d1e-0410-96f1-
a4d463321fa5
/// </summary>\r
protected Process HbProcess { get; set; }\r
\r
+ /// <summary>\r
+ /// Determines if the process was killed or safely closed.\r
+ /// </summary>\r
private bool processKilled;\r
\r
/// <summary>\r
errorService.ShowError("It appears that HandBrakeCLI has crashed. You can check the Activity Log for further information.", string.Format("Exit Code was: {0}", HbProcess.ExitCode));\r
}\r
\r
+ processKilled = false;\r
IsEncoding = false;\r
if (this.EncodeEnded != null)\r
this.EncodeEnded(this, new EventArgs());\r