On this page

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.

ParameterTypeRequiredDescription
task_idintegerThe identifying number returned when initiating the enabling process.

ParameterTypeDescription
resultstringIndicates task cancellation was successful.
errorstringAn error message to explain what went wrong.
error_pathstringAn indicator of the class or function which returned the error.
error_tracestringAn indicator of where in the source code the error was thrown.
error_typestringAn enumerated value for the returned error.
error_datastringThe 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
  }
}

ParameterTypeDescription
resultstringIndicates task cancellation was successful.
errorstringAn error message to explain what went wrong.
error_pathstringAn indicator of the class or function which returned the error.
error_tracestringAn indicator of where in the source code the error was thrown.
error_typestringAn enumerated value for the returned error.
error_datastringThe input task ID which resulted in the error.