new ScheduledTrigger(config)
- Description:
Trigger for scheduled events.
- Source:
Parameters:
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config |
object | Configuration data Properties
|
Throws:
-
-
- Thrown if 'config' is invalid.
- Type
- TypeError
-
-
-
- Thrown if 'config' is invalid.
- Type
- RangeError
-
-
-
- Thrown if 'config.location' is invalid.
- Type
- Error
-
Extends
- TimeTrigger
Methods
EnterArming() → {boolean}
- Description:
Enter Arming State
- Source:
Returns:
Always return true.
- Type
- boolean
EnterIdle() → {boolean}
- Description:
Enter Idle State
- Source:
Returns:
Always return true.
- Type
- boolean
EnterTripped() → {boolean}
- Description:
Enter Tripped State
- Source:
Returns:
Always return true.
- Type
- boolean