(test)
| 3600 | |
| 3601 | // Forcefully release all processing holds. |
| 3602 | function internalRecover(test) { |
| 3603 | test.semaphore = 0; |
| 3604 | internalStart(test); |
| 3605 | } |
| 3606 | |
| 3607 | // Release a processing hold, scheduling a resumption attempt if no holds remain. |
| 3608 | function internalStart(test) { |
no test coverage detected