n4.cuwo.messages.ScanBarcodesStopOperation

The ScanBarcodesStopOperation message is used to end barcode scanning on the client.

The message has the following structure:

{
  "@type": "n4.cuwo.messages.ScanBarcodesStopOperation",
  "id": "..."
}

The various member provide the information necessary for the operation:

  • id - The ID of the operation. Will be used as part of the acknowledgement and result messages

Once the ScanBarcodesStopOperation message is acknowledged, the CUWO will not receive further BarcodeScanned-messages. If the user has invoked the native UI for manually entering barcodes and a ScanBarcodesStopOperation message is received by the system, the native UI will be closed automatically as well.