ObjectType Enum

Definition

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

Allocation 64

An internal allocation object.

Job 1

An internal job object.

JobHistory 512

An internal job history object.

JobMessage 1024
JobTemplate 8

An internal job template object.

Node 16

An internal node object.

NodeHistory 256

An internal node history object.

None 0

Reserved.

Pool 2048
Resource 4

An internal resource object.

Store 32

An internal store object.

Task 2

An internal task object.

TaskGroup 128

An internal task group object.

Applies to