Interface PurgingProcess


public interface PurgingProcess
Represents the information of a Purging old Matching result data process execution.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels a purging process.
    boolean
    Checks whether the process finished.
  • Method Details

    • finished

      boolean finished()

      Checks whether the process finished.

    • cancel

      void cancel()

      Cancels a purging process.