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
Status

The value that you want to set the status to:

ValueDescription
-1Append a status code to list; if the list is empty, a Failure code is assumed.
0Success.
1Failure.
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_EventGet_EventStatus()Send_Event()Post_Event(). Also, OpenInsight Events

  • No labels