Interface ProgressMessageOptions

interface ProgressMessageOptions {
    cancelable?: boolean;
    location?: string;
    timeout?: number;
}

Hierarchy (view full)

Properties

cancelable?: boolean

Default: false

location?: string

Known values: notification | window | scm

timeout?: number

Timeout in milliseconds. 0 and negative values are treated as no timeout.