Module: chronoman

Author:
  • Denis Sikuler
Source:

Classes

Timer

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
Properties:
Name Type Description
execute function

Function that should be executed.

Source:

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:
Source: