Identifies throttle result

interface IThrottleResult {
    isThrottled: boolean;
    throttleNum: number;
}

Properties

isThrottled: boolean

Identifies if items are sent

throttleNum: number

Identifies numbers of items are sent if isThrottled is false, it will be set to 0