countWorkInProgress method

ResponseFuture<QuantityResponse> countWorkInProgress(
  1. Identifier request, {
  2. 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);
}