()
| 22236 | // Returns false if we're not sure. |
| 22237 | |
| 22238 | function renderHasNotSuspendedYet() { |
| 22239 | // If something errored or completed, we can't really be sure, |
| 22240 | // so those are false. |
| 22241 | return workInProgressRootExitStatus === RootIncomplete; |
| 22242 | } |
| 22243 | |
| 22244 | function inferTimeFromExpirationTime(expirationTime) { |
| 22245 | // We don't know exactly when the update was scheduled, but we can infer an |