GENERAL_HANDLER_STATE_UNKNOWNGENERAL_HANDLER_STATE_ACTIVEGENERAL_HANDLER_STATE_INACTIVE
Gets the list of periodic handlers.
Creates new periodic handlers.
Deletes the specified periodic handlers.
Deletes all user-defined (non-root) periodic handlers.
Sets the description for the specified periodic handlers.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for the specified periodic handlers.
Sets the first occurrence for the specified periodic handlers.
This field tells the first time at which the handler will start
its associated script.
Gets the first occurrences for the specified periodic handlers.
Sets the states for the specified periodic handlers.
This field describes whether the handler is running and accepting
events.
Gets the states for the specified periodic handlers.
Sets the interval for the specified periodic handlers.
This field tells the interval, in seconds, at which the handler
will start its associated script.
Gets the interval for the specified periodic handlers.
Sets the last occurrence for the specified periodic handlers.
This field tells the last time at which the handler will start
its associated script.
Gets the last occurrence for the specified periodic handlers.
Sets the script for the specified periodic handlers.
This is the name of a Tcl script that will be run on the handler's
specified interval.
Gets the scripts for the specified periodic handlers.
Gets the version information for this interface.
Gets the list of periodic handlers.
Creates new periodic handlers.
Deletes the specified periodic handlers.
Deletes all user-defined (non-root) periodic handlers.
Sets the description for the specified periodic handlers.
This is an arbitrary field which can be used for any purpose.
Gets the descriptions for the specified periodic handlers.
Sets the first occurrence for the specified periodic handlers.
This field tells the first time at which the handler will start
its associated script.
Gets the first occurrences for the specified periodic handlers.
Sets the states for the specified periodic handlers.
This field describes whether the handler is running and accepting
events.
Gets the states for the specified periodic handlers.
Sets the interval for the specified periodic handlers.
This field tells the interval, in seconds, at which the handler
will start its associated script.
Gets the interval for the specified periodic handlers.
Sets the last occurrence for the specified periodic handlers.
This field tells the last time at which the handler will start
its associated script.
Gets the last occurrence for the specified periodic handlers.
Sets the script for the specified periodic handlers.
This is the name of a Tcl script that will be run on the handler's
specified interval.
Gets the scripts for the specified periodic handlers.
Gets the version information for this interface.
The PeriodicHandler interface allows you to create or delete
periodic handlers.
These handlers do not subscribe to events. Rather, they have three
parameters: a start and end time, and an interval in seconds. The
script attached to the handler will be run on the interval between
the start and end times.