void signapk_SignapkExited(object sender, SignapkExitedEventArgs e) { if (e.ExitCode == 0) { ToLog(ApktoolEventType.Information, String.Format("Signing successfully completed. File saved to \"{0}\".", e.OutFilePath)); } Done(); }