isNotAbortable property

bool get isNotAbortable

true, wenn ein HpsClient.abort daran scheiterte, dass der Vorgang nicht mehr abbrechbar war (notAbortableCode).

Implementation

bool get isNotAbortable => responseCode == notAbortableCode;