-
GXConstants.GX_AE2_RE_KEY_STATE
-
A variable that specifies the initial state of the event. This key is optional and has the following possible values:
-
GXConstants.GX_AE2_RE_KEY_TIME
-
An optional key that specifies the time at which the event will be triggered. Use the following format:
-
Each of these fields may be either an asterisk (meaning all legal values) or a list of elements separated by commas. An element is either a number or two numbers separated by a minus sign indicating an inclusive range. For example, 2, 5 - 7:0:0 5/*/* means the event is triggered at 2 AM, 5AM, 6 AM and 7 AM every Friday.
-
The specification of days can be made by two fields: day of the month (DD) and day of the week (W). If both are specified, both take effect. For example, 1:0:0 1/15/* means the event is triggered at 1 AM every Monday, as well as on the fifteenth of each month. To specify days by only one field, set the other field to *.
-
GXConstants.GX_AE2_RE_KEY_ACTION_MODE
-
An optional key that specifies whether actions are to be executed concurrently (at the same time) or in series (one after another). In serial execution, each action finishes executing before the next one starts, and execution occurs in the same order in which the actions were added.
-
This key has the following possible values: