🟩 Progress Notification

Indicate of the progress of the current operation.

public event Action<string, int, int, int> OnProgress

Parameters


ParameterTypeDescription
1ststringDescription of action
2ndintTotal progress in %
3rdintCurrent step (for matching only)
4thintTotal steps (for matching only)