Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace : ExecutionStatus Enumeration |
public enum ExecutionStatus : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum ExecutionStatus Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As ExecutionStatus
public enum class ExecutionStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Undefined | The execution status has not been specified. |
0x00000001 | Idle | The SCP has created the media creation management instance, but it has not been yet scheduled. |
0x00000002 | Pending | This media creation management instance is still scheduled for processing. |
0x00000003 | Creating | This media creation management instance is being processed. |
0x00000004 | Done | This media creation management instance has been successfully processed. |
0x00000005 | Failure | This media creation management instance failed to be processed. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.Common.DataTypes.ExecutionStatus