Enable QTUM Task: Status
API-v2task::enable_qtum::status
After running the task::enable_qtum::init
method, you can query the status of activation to check its progress. The response will return the following:
- Result of the task (success or error)
- Progress status (what state the task is in)
- Required user action (what user should do before the task can continue)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
task_id | integer | ✓ | - | The identifying number returned when initiating the initialisation process. |
forget_if_finished | boolean | ✗ | true | If false, will return final response for completed tasks. |
QTUM Activation Status
POST
task::enable_qtum::status{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "task::enable_qtum::status",
"params": {
"task_id": 0,
"forget_if_finished": false
}
}
The response formats for this method are the same as the task managed activation responses.