mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update media scan GUI error times via events.
This commit is contained in:
@@ -109,4 +109,10 @@ namespace DiscImageChef.Core
|
||||
/// <param name="time">Time in milliseconds</param>
|
||||
/// <param name="blocks">Number of blocks scanned</param>
|
||||
public delegate void ScanTimeHandler(double time, uint blocks);
|
||||
|
||||
/// <summary>
|
||||
/// Specified a number of blocks could not be read on scan
|
||||
/// </summary>
|
||||
/// <param name="blocks">Number of blocks scanned</param>
|
||||
public delegate void ScanUnreadableHandler(uint blocks);
|
||||
}
|
||||
Reference in New Issue
Block a user