Clear Message Buffer
Clears the buffer of a started message observer.
Arguments Description
message_path (str): The message path should be in the format:
BusName::MsgId
.
Returns
bool: True if the buffer of the message observer is cleared; otherwise, False.
Example
Clear Message Buffer ${BusName}::${MsgId}
Note
An observer should be started on the target message beforehand.