Home > @cjh1/sfapi > TasksService
Signature:
export declare class TasksService
Constructor | Modifiers | Description |
---|---|---|
(constructor)(httpRequest) | Constructs a new instance of the TasksService class |
Property | Modifiers | Type | Description |
---|---|---|---|
httpRequest | readonly |
BaseHttpRequest |
Method | Modifiers | Description |
---|---|---|
getTask(id) | <p>Read Task Get the status of a schedule task.</p><p>- **id**: the id of the task</p> | |
getTasks() | Read Tasks Get the status of schedule tasks. |