Interface FinishEvent

All Superinterfaces:
ProgressEvent
All Known Subinterfaces:
TaskFinishEvent, TestFinishEvent

@Incubating public interface FinishEvent extends ProgressEvent
An event that informs about an operation having finished its execution.
Since:
2.4
  • Method Details

    • getResult

      OperationResult getResult()
      Returns the result of the finished operation.
      Returns:
      the result of the finished operation