taskTitles
An array of strings containing the titles of the new tasks.
Declaration
var taskTitles: [INSpeakableString]? { get }Discussion
Create a new task for each string in the array. Use the string contents as the title of the task.
An array of strings containing the titles of the new tasks.
var taskTitles: [INSpeakableString]? { get }Create a new task for each string in the array. Use the string contents as the title of the task.