wasSkipped property

bool wasSkipped
getter/setter pair

Whether or not this link was marked as skipped.

User has an option to skip URLs via regexp patterns. When this destination has a match, wasSkipped will be true.

Implementation

bool wasSkipped = false;