Instance Method
addTask(withTitle:)addTaskWithTitle:addTaskWithTitle_
Begins tracking a new task. Returns an opaque object that can be used to stop tracking the task.
Declaration
func addTask(withTitle title: String) -> AnyDeclaration
- (id) addTaskWithTitle:(NSString *) title;Declaration
addTaskWithTitle_(title: str) -> objectDiscussion
Each call to -addTaskWithTitle: must be matched by a call to -stopTask: with the object returned by this method.