Releasing messages of a process
Using the release option, you can release one or more messages without removing the hold on the thread. You can also hold and release reply messages.
- Right-click a process in the process or View List pane, and select Control > Full. This opens the Process Controls dialog box opens.
-
Select Release/Release
Reply. This opens the Process name
Release/Release Reply Options dialog box.
Selecting Release all currently held messages removes the hold on the thread after all the messages in the outbound queue are released.
When using this option, the command line hcicmd -p process_name -c "thread_name_list prls_obd" is appended to the Command Output pane, if it is open.
Select Release only the first <n> message(s) and keep the thread on hold to specify how many messages to release in the outbound queue and still maintain the hold on the thread.When using this option, the command hcicmd -p process_name -c "thread_name_list prls_obd count_of_messages" is appended to the Command Output pane, if it is open. After applying this option, the thread is still in a hold status.
Use prls_obd count_of_messages to specify the number of messages to release.
When this option is selected the spinner is enabled, accepting digits from 1 to 9999. If the count is zero or missing, then the command releases the hold.
- Click OK to apply the option, or Cancel to cancel the operation.