public interface MatchingProcess
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels a matching process
|
double |
getCompletionRate()
Gets the completion rate of a matching process.
|
String |
getDetail()
Displays what operations the add-on is doing in the background.
|
java.time.Duration |
getDuration()
Gets the duration of a matching process.
|
java.time.LocalDateTime |
getExecutionDate()
Gets the execution date and time of a matching process.
|
com.orchestranetworks.addon.mame.common.process.ProcessStatus |
getMatchingStatus()
Gets available matching statuses.
|
com.orchestranetworks.addon.mame.common.process.ProcessStatus getMatchingStatus()
Gets available matching statuses.
String getDetail()
Displays what operations the add-on is doing in the background.
java.time.LocalDateTime getExecutionDate()
Gets the execution date and time of a matching process.
double getCompletionRate()
Gets the completion rate of a matching process.
java.time.Duration getDuration()
Gets the duration of a matching process.
void cancel()
Cancels a matching process