usable property
bool
get
usable
Whether this build could be promoted or released now.
The same rule appstore build-number applies, in one place so the two
cannot disagree: processed, and not yet expired.
Implementation
bool get usable => processingState == 'VALID' && !expired;