Indicate of the progress of the current operation.
public event Action<string, int, int, int> OnProgress
Parameter | Type | Description |
---|
1st | string | Description of action |
2nd | int | Total progress in % |
3rd | int | Current step (for matching only) |
4th | int | Total steps (for matching only) |