viewWorkInProgressStatistics method
ResponseFuture<InventoryWorkInProgressStatistics>
viewWorkInProgressStatistics(
- Identifier request, {
- CallOptions? options,
View the work in progress statistics of the family with the given Identifier
Implementation
$grpc.ResponseFuture<$0.InventoryWorkInProgressStatistics>
viewWorkInProgressStatistics(
$1.Identifier request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewWorkInProgressStatistics, request,
options: options);
}