vlocode-project - v2.4.3
    Preparing search index...

    Interface ProgressTrackerOptions

    interface ProgressTrackerOptions {
        label?: string;
        minTotal?: number;
    }
    Index

    Properties

    Properties

    label?: string

    Short label describing the operation, e.g. the name of the running task.

    minTotal?: number

    Lower bound for the total. The reported total never drops below this value, which keeps derived figures honest when a source reports a total that is initially smaller than the work known to be pending (for example a crawler that only counts items it has discovered so far).