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:
@@ -1844,9 +1844,8 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
}
|
||||
|
||||
DateTime chkStart = DateTime.UtcNow;
|
||||
Sidecar sidecarClass = new Sidecar(inputPlugin, outputPath, filter.Id, encoding)
|
||||
sidecarClass = new Sidecar(inputPlugin, outputPath, filter.Id, encoding)
|
||||
{
|
||||
// TODO: Be able to cancel hashing
|
||||
InitProgressEvent += InitProgress,
|
||||
UpdateProgressEvent += UpdateProgress,
|
||||
EndProgressEvent += EndProgress,
|
||||
|
||||
Reference in New Issue
Block a user