- Source:
Classes
Type Definitions
-
Action()
-
Action that should be executed after time period is elapsed.
- Source:
-
ActionObject
-
Object describing action that should be executed after time period is elapsed.
Type:
- Object
- Source:
Properties:
Name Type Description execute
function Function that should be executed.
-
GetPeriodValue( [timer])
-
Parameters:
Name Type Argument Description timer
module:chronoman~Timer <optional>
- Source:
Returns:
- Type
- Integer | Array.<Integer>
-
PeriodValue
-
Value determining time period in milliseconds that is used to schedule related action execution.
Type:
- Integer | Array.<Integer> | module:chronoman~GetPeriodValue
- Source: