Package version:

Interface BulkOptions

Options object used to modify bulk execution. continueOnError (Default value: false) - Continues bulk execution when an operation fails ** NOTE THIS WILL DEFAULT TO TRUE IN the 4.0 RELEASE

interface BulkOptions {
    continueOnError?: boolean;
}

Properties

Properties

continueOnError?: boolean