countWorkInProgress method
ResponseFuture<QuantityResponse>
countWorkInProgress(
- Identifier request, {
- CallOptions? options,
Quantity of inventory items of the family with the given Identifier that are being manufactured
Implementation
$grpc.ResponseFuture<$1.QuantityResponse> countWorkInProgress(
$1.Identifier request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$countWorkInProgress, request, options: options);
}