The MediaWriterState Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Provides the enumeration for the current operation state.Visual Basic (Declaration) | |
---|---|
Public Enum MediaWriterState Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum MediaWriterState : Enum |
C++/CLI | |
---|---|
public enum class MediaWriterState : public Enum |
Member | Description |
---|---|
StateIdle | The writable drive is in the idle state. |
StateWriting | The writable drive is writing data to the disc. |
StateTestWriting | The writable drive is performing a test write. No actual data is written to the disc. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.MediaWriter.MediaWriterState
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family