api / org.gradle.tooling.events / ProgressListener / statusChanged

statusChanged

abstract fun statusChanged(event: ProgressEvent): Unit

Called when the execution of an operation progresses. The following operation-specific events are currently issued:

For all other operations, the following generic events are currently issued : You can find out more about the operation for which progress is reported by querying the descriptor using org.gradle.tooling.events.ProgressEvent#getDescriptor().

Parameters

event - An event describing the operation progress.

See Also
org.gradle.tooling.events.test.TestProgressEventorg.gradle.tooling.events.task.TaskProgressEventorg.gradle.tooling.events.ProgressEvent