override fun processStarted()

in plugin-unity-agent/src/main/kotlin/jetbrains/buildServer/unity/BuildCommandExecutionAdapter.kt [29:33]


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