Class Burn::Progress

Abstract

Operation progress report. All values are 0 based indices.

Inherits from: Object ← Burn::Progress .

Included in: Burn .

Index: current_sector index indices sector sectors session sessions start_sector track tracks

Instance methods
current_sectorcurrent_sector
 
  • Returns: the current sector being processed.

indexindex
 
  • Returns: the current index.

indicesindices
 
  • Returns: the total number of indices.

sectorsector
 

Synonym for Burn::Progress#current_sector.

  • Returns: the current sector being processed.

sectorssectors
 
  • Returns: the total number of sectors.

sessionsession
 
  • Returns: the current session.

sessionssessions
 
  • Returns: the total number of sessions.

start_sectorstart_sector
 
  • Returns: the starting logical block address.

tracktrack
 
  • Returns: the current track.

trackstracks
 
  • Returns: the total number of tracks.