Returns the direction of an event. This refers to the SPA_eNodeEventDirection enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
int32 GetEventHandlerDirection( int32 index, int32 handler )
Parameter Type | Parameter Name | Documentation |
---|---|---|
int32 | index | The index of the script entry to which you wish to add an event. |
int32 | handler | The index of the specific event handler to query. |
None published. Please look for an example in the Simdify Scripting Language code base.