Table of Contents

Set_EventStatus (OI 9.x) function

Description

Sets the status of an event forwarded from within an event handler.

Syntax

truevalue = Set_EventStatus(status, code, args)

Parameters

Parameters associated with Set_EventStatus are as follows.

ParameterDescription
StatusThe value that you want to set the status to:

Value - Description
-1 - Append a status code to list; if the list is empty, a Failure code is assumed.
0 - Success.
1 - Failure.
CodeContains the code indicating the exact nature of the error. Typically, this is a 3 character alphabetic character followed by a number.
ArgsThis contains @FM or @VM-delimited list of arguments associated with the error codes.

See Also

Forward_Event, Get_EventStatus(), Send_Event(), Set_EventStatus(), Post_Event(). Also, Chapter 5: Events