state property

String? state
final

Apple's processingState, or null while the build is not visible at all.

Null is not "not started yet". A build that never becomes visible has usually been refused during processing, and Apple reports that only by e-mail — so a run that stays null to the deadline ends in ProcessingTimeout, which says where the answer is.

Implementation

final String? state;