PauseResumeEventArgs
Interface represents the event arguments for the pausing
and resuming
event.
Properties
chunkCount Number
Gets the total number of chunks.
chunkIndex Number
Gets the index of the chunk that was paused or resumed.
chunkSize Number
Gets the chunk size value in bytes.
event Event
Gets the original triggered event arguments.
file FileInfo
Gets the file info object.
name String
Gets the name of the event.