Enable Z Coin Task: Cancel
API-v2task::enable_z_coin::cancel
If you want to cancel the enabling process before it has completed, you can use this method.
Parameter | Type | Required | Description |
---|---|---|---|
task_id | integer | ✓ | The identifying number returned when initiating the enabling process. |
Parameter | Type | Description |
---|---|---|
result | string | Indicates task cancellation was successful. |
error | string | An error message to explain what went wrong. |
error_path | string | An indicator of the class or function which returned the error. |
error_trace | string | An indicator of where in the source code the error was thrown. |
error_type | string | An enumerated value for the returned error. |
error_data | string | The input task ID which resulted in the error. |
task::enable_z_coin::cancel
POST
task::enable_z_coin::cancel{
"userpass": "RPC_UserP@SSW0RD",
"method": "task::enable_z_coin::cancel",
"mmrpc": "2.0",
"params": {
"task_id": 3
}
}
Parameter | Type | Description |
---|---|---|
result | string | Indicates task cancellation was successful. |
error | string | An error message to explain what went wrong. |
error_path | string | An indicator of the class or function which returned the error. |
error_trace | string | An indicator of where in the source code the error was thrown. |
error_type | string | An enumerated value for the returned error. |
error_data | string | The input task ID which resulted in the error. |