override fun processStarted()

in plugin-rust-agent/src/main/kotlin/jetbrains/buildServer/rust/CommandExecutionAdapter.kt [35:39]


    override fun processStarted(programCommandLine: String, workingDirectory: File) {
        processListeners.forEach {
            it.processStarted(programCommandLine, workingDirectory)
        }
    }