Skip to main content
Skip table of contents

DisableEvent

Purpose

This function marks an event as disabled.  All triggers are suspended until the event is re-enabled.


Parameters

Parameter: evname
Type: string
Description: This is the event name to disable.  Note that the name is not case-sensitive


Returns

None.


Example

Sample Code

VB
sub main()

	hs.DisableEvent "evening"

end sub


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.