Interface IProcessStatus

  • All Known Implementing Classes:
    ProcessStatus

    public interface IProcessStatus
    Defines the process status.
    • 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.