isActive property

bool isActive
inherited

Returns true if this CoapMessage has neither timed out nor has been canceled.

Implementation

// TODO(JKRhb): Should rejections be included here as well?
bool get isActive => !isTimedOut && !isCancelled;