Client timer task.

Constructor

new (canClear:Bool, name:String, projectID:String, method:Dynamic ‑> Dynamic ‑> Void, time:Int, log:Bool, params:Dynamic)

Fields

canClear:Bool

If true, this task can be cleared with clearProject() call.

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.

Methods

method (:Dynamic, :Dynamic):Void

Method to call. Accepts client as an argument.