Skip to main content

clear

Short summary

This method clears the given message from the service.

Parameters

NameTypeCommentKind
messageIMessagethe message which should be cleared from the serviceinput

Code

Declaration

METHOD clear
VAR_INPUT
(*the message which should be cleared from the service*)
message :IMessage;
END_VAR