public enum MediaWriterState
Value | Member | Description |
---|---|---|
0 | StateIdle | The writable drive is in the idle state. |
1 | StateWriting | The writable drive is writing data to the disc. |
2 | StateTestWriting | The writable drive is performing a test write. No actual data is written to the disc. |
3 | StateErasing | The writable drive is erasing the disc. |
This enumeration type provides the list of all possible operation states for the drive. Note: Certain operations and checks cannot be performed while the writable drive is not in the Idle state.