- Description:
- Interface to task related API calls
- Source:
Interface to task related API calls
Methods
(inner) getAllTasks(parameters, networkParametersopt) → {Promise}
- Description:
- Retrieve all tasks from index
- Source:
- See:
Parameters:
Name | Type | Attributes | Description | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters |
object | Additional parameters for task details
Properties
|
||||||||||||||||||||||||||||||||||||
networkParameters |
object |
<optional> |
Parameters relevant to the network request
Properties
|
Returns:
- Type
- Promise
(inner) getTask(parameters, networkParametersopt) → {Promise}
- Description:
- Retrieve task given a specific id
- Source:
- See:
Parameters:
Name | Type | Attributes | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
parameters |
object | Additional parameters for task details
Properties
|
|||||||||
networkParameters |
object |
<optional> |
Parameters relevant to the network request
Properties
|
Returns:
- Type
- Promise