Response containing a long operation task id.

interface IStartTaskResponse {
    taskId?: string;
}

Implemented by

Properties

Properties

taskId?: string

A task ID that can be used to check on the status of the task.