add Task To Queue
Attempts to add a task to the processing queue.
Return
true if the task is added to the queue else false.
Parameters
task
instance of ITask
Attempts to add a task to the processing queue.
true if the task is added to the queue else false.
instance of ITask