TaskExecutionAdapter

A TaskExecutionListener adapter class for receiving task execution events. The methods in this class are empty. This class exists as convenience for creating listener objects.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun afterExecute(task: Task, state: TaskState)
This method is called immediately after a task has been executed.
Link copied to clipboard
open fun beforeExecute(task: Task)
This method is called immediately before a task is executed.