api / org.gradle.api.execution / TaskActionListener / afterActions

afterActions

abstract fun afterActions(task: Task): Unit

This method is called immediately after the task has completed performing its actions.

Parameters

task - The task which has performed some actions.