Constructor

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

Fields

canClear:Bool

This task can be cleared with clearProject() call.

isServerThread:Bool

If set to true, will run this task in main server thread.

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.

startImmediately:Bool

If set to true, will not wait for the first timeout until executing.

time:Int

Time period in seconds.

Methods

method (:Dynamic):Void

Method to call.