Interface ScheduledTasksApiStopTaskRequest

Request parameters for stopTask operation in ScheduledTasksApi.

ScheduledTasksApiStopTaskRequest

interface ScheduledTasksApiStopTaskRequest {
    taskId: string;
}

Properties

Properties

taskId: string

Task Id.

ScheduledTasksApiStopTask