Kotlin DSL Reference for Gradle
8.4-rc-3
API
Kotlin DSL Reference for Gradle
/
org.gradle.tooling.events
/
OperationCompletionListener
Operation
Completion
Listener
API
interface
OperationCompletionListener
(
source
)
A listener which is notified when operations run as part of the build complete.
Members
Functions
on
Finish
Link copied to clipboard
API
abstract
fun
onFinish
(
event
:
FinishEvent
)
Called when an operation completes.