Interface ActionProgress

ActionProgress defines an object returned by various git-annex commands.

Hierarchy

  • ActionProgress

Properties

action: Action

The Action being reported.

byte-progress: number

The count of bytes completed.

percent-progress: string

A string representing the relative progress of the Action.

total-size: number

The total byte count.