Interface IProcessStatus
-
- All Known Implementing Classes:
ProcessStatus
public interface IProcessStatusDefines the process status.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IProcessingProgressgetProcessingProgress()Gets the processing progress.booleanhasNext()Defines if there is more to process.
-
-
-
Method Detail
-
getProcessingProgress
IProcessingProgress getProcessingProgress()
Gets the processing progress.- Returns:
- the processing progress.
-
hasNext
boolean hasNext()
Defines if there is more to process.- Returns:
- true if it has more element; otherwise it has ended.
-
-