TaskFinishEvent

An event that informs about a task having finished its execution. You can query the result of the task using getResult.

Since

2.5

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getEventTime(): Long
Link copied to clipboard
Returns the result of the finished task operation.