ClientProtocol.isCancelled

Whether a response with the given JSON-RPC id belongs to a request the client has cancelled (basic/utilities/cancellation): such a response is dropped rather than returned.

interface ClientProtocol
@safe
bool
isCancelled
(
long id
)