isCancelledById abstract method

bool? isCancelledById(
  1. int handleId
)

Check if cancelled by registry ID. Returns null if handle not found, true if cancelled, false if not.

Implementation

bool? isCancelledById(int handleId);