Starts a task in the same manner as start but instead calls the deserialize() method on the derived task with arguments supported. This is to support dumping and loading tasks from disk.
Arguments matching the function arguments of the 'deserialize()' function of the task type.
'false' if new task can't be started because pool limit is reached for now, 'true' otherwise
See Implementation
Starts a task in the same manner as start but instead calls the deserialize() method on the derived task with arguments supported. This is to support dumping and loading tasks from disk.