()
| 3745 | } |
| 3746 | |
| 3747 | function clearStopRequest() { |
| 3748 | stopRequested = false; |
| 3749 | } |
| 3750 | |
| 3751 | function getRunningSteps(statuses = {}) { |
| 3752 | if (typeof loggingStatus !== 'undefined' && loggingStatus?.getRunningSteps) { |
no outgoing calls
no test coverage detected