areCodesAvailable Method
Check to see if all of the codes in the specified request are available.
areCodesAvailable(requestContext: AuthorizedClientRequestContext, req?: ConcurrencyControl.Request): Promise<boolean>
| Parameter | Type | Description |
|---|---|---|
| requestContext | AuthorizedClientRequestContext | The client request context |
| req | ConcurrencyControl.Request | the list of code requests to be fulfilled. If not specified then all pending requests for codes are queried. |
Returns - true if all codes are available or false if any is not.
Defined in
Last Updated: 08 January, 2020