Returns true if the event is in progress (in progress count > 0) Syntax Parameters eventid The id of the event Return Value true if the event is in progress; otherwise, false.
Syntax Parameters eventIndex
Returns true if the event is in progress (in progress count > 0) Overload List
Returns true if all events in the group are enabled Syntax Parameters group The id of the events. Return Value true if the event group is enabled; otherwise, false. Example Following code shows how to disable an individual event or a group of events.
Returns true if the event is enabled Syntax Parameters eventid The id of the event. Return Value true if the event is enabled; otherwise, false. Example Following code shows how to disable an individual event or a group of events.
Syntax Parameters eventIndex
Syntax Parameters eventIndexes
Returns true if the event is enabled Overload List
Sets a specific event to enabled or disabled Syntax Parameters group The id of the event.enabled True to enable the firing of the events, false to disable. Example Following code shows how to disable an individual event or a group of events.
Sets a specific event to enabled or disabled. Syntax Parameters eventid enabled Example Following code shows how to disable an individual event or a group of events.