Timer
- class Communicator.Util.Timer()
This class represents a single time-delayed action.
Methods
Methods
isIdle
- Communicator.Util.Timer.isIdle(type)
Returns true if no pending action exists and false otherwise.
- Arguments
type (
Communicator.Util.TimerIdleType()
) –
- Return type
boolean