Contents

INDeleteTasksIntentResponseCode.inProgress

A response code that indicates deletion is still in progress.

Declaration

case inProgress

Discussion

Return this code if you began deleting tasks from the task list but didn’t confirm the process was complete. For example, when a server handles the deletion and you’ve not yet received a confirmation from that server. Configure a timer to fire if your server doesn’t return within a few seconds. Use your timer’s handler block to provide the in-progress response back to Siri.

See Also

Response state