vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BatchAwaitOptions

    interface BatchAwaitOptions {
        cancelToken?: CancellationToken;
        pollInterval?: number;
        progressReport?: (status: SalesforceBatchJobStatus) => any;
        timeout?: number;
    }
    Index

    Properties

    cancelToken?: CancellationToken

    Optional cancellation token that when triggered aborts the batch and returns

    pollInterval?: number

    Frequency to poll in ms for batch progress when awaiting or executing a batch

    5000
    
    progressReport?: (status: SalesforceBatchJobStatus) => any

    Progress callback that contains the current batch status

    timeout?: number

    Timeout value in ms after which the batch is aborted if it did not complete with in the set time