mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement abortion in image convertion process.
This commit is contained in:
@@ -283,5 +283,9 @@ public enum ErrorNumber
|
||||
/// <summary>Specified sector could not be found</summary>
|
||||
SectorNotFound = 29,
|
||||
/// <summary>Image or device has not been opened</summary>
|
||||
NotOpened = 30
|
||||
NotOpened = 30,
|
||||
/// <summary>Canceled</summary>
|
||||
ECANCELED = Canceled,
|
||||
/// <summary>Canceled</summary>
|
||||
Canceled = -125
|
||||
}
|
||||
Reference in New Issue
Block a user