ResourceBlock.ResourceBlockState
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Represents resource block state.
Enum Values
| Field | Description |
|---|---|
| Normal | Typical state. |
| Cached | Cached state. |
Normal
public static final int Normal
Typical state.
Returns: int
Cached
public static final int Cached
Cached state.
Returns: int