clear
Short summary
This method clears the given message from the service.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| message | IMessage | the message which should be cleared from the service | input |
Code
Declaration
METHOD clear
VAR_INPUT
(*the message which should be cleared from the service*)
message :IMessage;
END_VAR