({commit, dispatch})
| 86 | }, |
| 87 | |
| 88 | setInitialising({commit, dispatch}) { |
| 89 | commit('SET_LOG', 'Calling the script...'); |
| 90 | dispatch('setStatus', STATUS_INITIALIZING); |
| 91 | }, |
| 92 | |
| 93 | start({state, dispatch, commit}, executionId) { |
| 94 | commit('SET_ID', executionId); |
nothing calls this directly
no outgoing calls
no test coverage detected