cancelById abstract method

bool cancelById(
  1. int handleId
)

Cancel by registry ID. Returns true if found and cancelled.

Implementation

bool cancelById(int handleId);