waitedForProcessing property
Whether this run waited for Apple to finish processing the build.
False under --skip-waiting, and then the build is not usable yet.
The flag exists so the transfer and the wait can run in different places,
so a caller reading true knows the build is VALID — awaitProcessing
raises rather than returning on any other terminal state — and a caller
reading false knows only that Apple has the bytes.
Implementation
final bool waitedForProcessing;