The options for the stop method.

interface StopOptions {
    abort?: boolean;
}

Properties

Properties

abort?: boolean

Default to false, if you want the stop action to also abort requests to SQS set this to true.

Defaultvalue

false