Creates a task object.
Creates a task object.
1 string taskTypeID
the ID of the registered taskTypeData.
2 string taskID
the task type to create. (ie. "game_task", "engine_task", "project_task", etc.). Will default to the type specified on the taskTypeData if none is given.
3 project project
the project to add to.
1 task
the newly created object.