SchedulePeriodic_Interval enum
Values
- frequencyHz → const SchedulePeriodic_Interval
- frequencyKHz → const SchedulePeriodic_Interval
- frequencyMHz → const SchedulePeriodic_Interval
- periodMilliseconds → const SchedulePeriodic_Interval
- periodSeconds → const SchedulePeriodic_Interval
- periodMinutes → const SchedulePeriodic_Interval
- periodHours → const SchedulePeriodic_Interval
- periodDays → const SchedulePeriodic_Interval
- notSet → const SchedulePeriodic_Interval
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SchedulePeriodic_Interval> - A constant List of the values in this enum, in order of their declaration.