Interface CommandProgress

    • Method Detail

      • getEndTime

        Date getEndTime()
        Timestamp of command complete event or null for running command
      • getStartTime

        Date getStartTime()
        Timestamp of command creation
      • createMirroringChild

        ProgressStatusMirroringImpl createMirroringChild​(int allocatedSteps)
        Creates child for mirroring (supplemental commands)
      • computeCompletePortion

        float computeCompletePortion()
      • getLastMessage

        String getLastMessage()
      • computeSumSteps

        int computeSumSteps()
      • isSpinnerActive

        boolean isSpinnerActive()