mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update media scan GUI block times via events.
This commit is contained in:
@@ -104,9 +104,9 @@ namespace DiscImageChef.Core
|
||||
public delegate void ErrorMessageHandler(string text);
|
||||
|
||||
/// <summary>
|
||||
/// Updates lists of time taken on scanning the specified number of blocks
|
||||
/// Updates lists of time taken on scanning the specified number of blocks
|
||||
/// </summary>
|
||||
/// <param name="time">Time in milliseconds</param>
|
||||
/// <param name="blocks">Number of blocks scanned</param>
|
||||
public delegate void ScanTime(double time, uint blocks);
|
||||
public delegate void ScanTimeHandler(double time, uint blocks);
|
||||
}
|
||||
Reference in New Issue
Block a user