is_trig_jui_plugin Method
Returns true if the given event trigger is for a JUI based plugin, else false if for an HS3 based plugin
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static bool is_trig_jui_plugin( int ref, int index, int groupindex) |
VB |
Public Shared Function is_trig_jui_plugin ( ref As Integer, index As Integer, groupindex As Integer) As Boolean |
Parameters
ref
Type: System.Int32
Event reference number
index
Type: System.Int32
Event index number in group, 0=first trigger
groupindex
Type: System.Int32
Event group number, 0=first event group
Return Value
Type: BooleanBoolean
See Also
functions Class
Scheduler Namespace