Skip to main content

clear

Short summary

This method clears the message and resets it to a predefined state.

Parameters

none

Code

Declaration

METHOD FINAL clear

Implementation

THIS^.messageService.clear(THIS^);
THIS^.myAlarm.Clear();
IF (THIS^.automaticallyClearArguments) THEN
THIS^.arguments.Clear();
END_IF