Script functions reference > Script functions in alphabetical order > E > EndMessage

EndMessage
Syntax
EndMessage();
Description
Used in a Retrieved script to set Event Order Last for the Event. The Event will be appended as the last Event before the Message is sent for processing. If there is no previous Event, this Event will be the only one in the Message.
Returns
N/A
Example
if ($invoiceno != $oldinvoiceno)
{
EndMessage();
}
$oldinvoiceno = $invoiceno;
OpenText StreamServe 5.6 Updated: 2013-03-01