TaskActionListener

Deprecated

A TaskActionListener is notified of the actions that a task performs.

Deprecated

This type is not supported when configuration caching is enabled.

Functions

Link copied to clipboard
abstract fun afterActions(task: Task)
This method is called immediately after the task has completed performing its actions.
Link copied to clipboard
abstract fun beforeActions(task: Task)
This method is called immediately before the task starts performing its actions.