MediaWriterState Enumeration

Summary

Provides the enumeration for the current operation state.

Syntax
C#
VB
C++
public enum MediaWriterState   
Public Enum MediaWriterState  
public enum class MediaWriterState   

Members
ValueMemberDescription
0StateIdle The writable drive is in the idle state.
1StateWriting The writable drive is writing data to the disc.
2StateTestWriting The writable drive is performing a test write. No actual data is written to the disc.
3StateErasing The writable drive is erasing the disc.

Remarks

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.MediaWriter Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly