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.
Parameter | Description |
---|---|
Status | The 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. |
Code | Contains the code indicating the exact nature of the error. Typically, this is a 3 character alphabetic character followed by a number. |
Args | This contains @FM or @VM-delimited list of arguments associated with the error codes. |