mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make Sidecar class abortable.
This commit is contained in:
@@ -34,6 +34,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
bool aborted;
|
||||
bool dumpFirstTrackPregap;
|
||||
Resume resume;
|
||||
Sidecar sidecarClass;
|
||||
uint skip;
|
||||
|
||||
/// <summary>
|
||||
@@ -141,6 +142,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
public void Abort()
|
||||
{
|
||||
aborted = true;
|
||||
sidecarClass?.Abort();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user