halt method
ResponseFuture<IdentifierResponse>
halt(
- IdentifierUUIDWithUserComment request, {
- CallOptions? options,
Temporarily halts processing of the record.
Status Transition: -> HALTED
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> halt(
$1.IdentifierUUIDWithUserComment request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$halt, request, options: options);
}