Client timer task.
new (canClear:Bool, name:String, projectID:String, method:Dynamic ‑> Dynamic ‑> Void, time:Int, log:Bool, params:Dynamic)
canClear:Bool
If true, this task can be cleared with clearProject() call.
clearProject()
log:Bool
If set to true, will log the execution of this task.
name:String
Task name.
params:Dynamic
Additional static task parameters.
projectID:String
Project ID
time:Int
Time period in seconds.
method (:Dynamic, :Dynamic):Void
Method to call. Accepts client as an argument.