is_act_jui_plugin Method
Returns true if the given event action 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_act_jui_plugin( int ref, int index) |
VB |
Public Shared Function is_act_jui_plugin ( ref As Integer, index As Integer) As Boolean |
Parameters
ref
Type: System.Int32
Event reference number
index
Type: System.Int32
Action index number, 0=first action
Return Value
Type: BooleanBoolean
See Also
functions Class
Scheduler Namespace