= class Burn::Progress
Operation progress report.  All values are 0 based indices.

== Object Hierarchy
* Object
  * Burn::Progress

== Instance Methods
--- current_sector
    This method returns the current sector being processed.
    * Returns: the current sector being processed.

--- index
    This method returns the current index.
    * Returns: the current index.

--- indices
    This method returns the total number of indices.
    * Returns: the total number of indices.

--- sector
    Synonym for Burn::Progress#current_sector.
    * Returns: the current sector being processed.

--- sectors
    This method returns the total number of sectors.
    * Returns: the total number of sectors.

--- session
    This method returns the current session.
    * Returns: the current session.

--- sessions
    This method returns the total number of sessions.
    * Returns: the total number of sessions.

--- start_sector
    This method returns the starting logical block address.
    * Returns: the starting logical block address.

--- track
    This method returns the current track.
    * Returns: the current track.

--- tracks
    This method returns the total number of tracks.
    * Returns: the total number of tracks.

== See Also
((<Burn>)).

- ((<lrz>))
