muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
16
Questionable/Questionable.LgbWorker/LgbWorkerMessage.cs
Normal file
16
Questionable/Questionable.LgbWorker/LgbWorkerMessage.cs
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
namespace Questionable.LgbWorker;
|
||||
|
||||
internal readonly struct LgbWorkerMessage
|
||||
{
|
||||
public LgbMessageType Type { get; init; }
|
||||
|
||||
public int Done { get; init; }
|
||||
|
||||
public int Total { get; init; }
|
||||
|
||||
public bool Success { get; init; }
|
||||
|
||||
public long DurationMs { get; init; }
|
||||
|
||||
public string? Error { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue