GitUI.FormProcess.HandleOnExit C# (CSharp) Method

HandleOnExit() protected method

protected HandleOnExit ( bool &isError ) : bool
isError bool if command finished with error
return bool
        protected virtual bool HandleOnExit(ref bool isError)
        {
            return HandleOnExitCallback != null && HandleOnExitCallback(ref isError, this);
        }