Class ProgressArgs
Arguments for a progress callback function.
public record ProgressArgs : IEquatable<ProgressArgs>
Namespace: Au.Types
Assembly: Au.dll
Constructors
| Name | Description |
|---|---|
| ProgressArgs(long, long, int) |
Properties
| Name | Description |
|---|---|
| Cancel | The callback function can use this to cancel the operation. |
| Current | The current value. |
| Percent |
|
| Total | The max expected value. Or 0 if unknown. |