Class Work.Progress

  • All Implemented Interfaces:
    Serializable
    Enclosing interface:
    Work

    public static class Work.Progress
    extends Object
    implements Serializable
    A progress report about a work instance.

    Progress can be expressed as a percentage, or with a current and total count.

    • 26.2% (percent not indeterminate)
    • 12/345 (current not indeterminate)
    • ?/345 (percent and current indeterminate but total non-zero)
    • ? (percent and current indeterminate and total zero)
    Since:
    5.6
    See Also:
    Serialized Form