Interface OperationCounterEvents

interface OperationCounterEvents {
    changed: unknown;
    complete: unknown;
}

Properties

Properties

changed: unknown

Raised when the counter is changed.

complete: unknown

Raised when all operations are completed.