Interface PurgingProcess
public interface PurgingProcess
Represents the information of a 
Purging old Matching result data process execution.- 
Method Summary
 
- 
Method Details
- 
finished
boolean finished()Checks whether the process finished.
 - 
cancel
void cancel()Cancels a purging process.
 
 -