Class: Task

Task

new Task(listener, intervalopt, thisArgopt)

todoc
Parameters:
Name Type Attributes Default Description
listener function
interval int <optional>
0
thisArg Object <optional>
this
Source:

Methods

execute() → {Boolean}

Call the listener
Source:
Returns:
Boolean

reset() → {Task}

Resets the task
Source:
Returns:
Task
this

toString() → {String}

Returns the string value of the task
Source:
Returns:
String