is Abandoned
True indicates that the entity's process ended at this suspension point by some path other than resumption, so nothing is waiting on the suspension any more. Distinct from isResumed, which means the wait completed normally, and distinct from a suspension that has never been used. Resuming an abandoned suspension is not an error; it is dropped and logged. The flag is cleared when the suspension is used again.