ObjectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the internal object types.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ObjectType
type ObjectType =
Public Enum ObjectType
- Inheritance
-
ObjectType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Reserved. |
| Job | 1 | An internal job object. |
| Task | 2 | An internal task object. |
| Resource | 4 | An internal resource object. |
| JobTemplate | 8 | An internal job template object. |
| Node | 16 | An internal node object. |
| Store | 32 | An internal store object. |
| Allocation | 64 | An internal allocation object. |
| TaskGroup | 128 | An internal task group object. |
| NodeHistory | 256 | An internal node history object. |
| JobHistory | 512 | An internal job history object. |
| JobMessage | 1024 | |
| Pool | 2048 |