sfapi-ts

Home > @cjh1/sfapi > TasksService > getTask

TasksService.getTask() method

Read Task Get the status of a schedule task.

Signature:

getTask(id: string): CancelablePromise<Task>;

Parameters

Parameter Type Description
id string  

Returns:

CancelablePromise<Task>

Task Successful Response

Exceptions

ApiError