PropId enumeration
Defines identifiers that uniquely identify job, task, and node properties. Use these property identifiers when specifying a filter or sort property.
Syntax
typedef enum { PropId_Job_AutoCalculateMax = 1083, PropId_Job_AutoCalculateMin = 1084, PropId_Job_CanGrow = 1059, PropId_Job_CanShrink = 1060, PropId_Job_ChangeTime = 16, PropId_Job_CreateTime = 11, PropId_Job_EndTime = 14, PropId_Job_IsExclusive = 53, PropId_Job_JobType = 1007, PropId_Job_MaxCores = 41, PropId_Job_MaxNodes = 45, PropId_Job_MaxSockets = 43, PropId_Job_MinCores = 40, PropId_Job_MinNodes = 44, PropId_Job_MinSockets = 42, PropId_Job_Name = 2, PropId_Job_Owner = 1003, PropId_Job_PreviousState = 1002, PropId_Job_Priority = 1017, PropId_Job_Project = 1006, PropId_Job_RequeueCount = 1075, PropId_Job_RuntimeSeconds = 51, PropId_Job_RunUntilCanceled = 52, PropId_Job_StartTime = 12, PropId_Job_State = 1001, PropId_Job_SubmitTime = 10, PropId_Job_UnitType = 39, PropId_Job_UserName = 1004, PropId_Node_CpuSpeed = 8017, PropId_Node_Guid = 8015, PropId_Node_JobType = 400, PropId_Node_MemorySize = 8016, PropId_Node_Name = 2, PropId_Node_NumCores = 8005, PropId_Node_NumSockets = 8006, PropId_Node_OfflineTime = 8008, PropId_Node_OnlineTime = 8009, PropId_Node_Reachable = 8004, PropId_Node_State = 8001, PropId_Task_ChangeTime = 16, PropId_Task_CreateTime = 11, PropId_Task_EndTime = 14, PropId_Task_ExitCode = 2033, PropId_Task_IsExclusive = 53, PropId_Task_IsParametric = 2050, PropId_Task_IsRerunnable = 2015, PropId_Task_MaxCores = 41, PropId_Task_MaxNodes = 45, PropId_Task_MaxSockets = 43, PropId_Task_MinCores = 40, PropId_Task_MinNodes = 44, PropId_Task_MinSockets = 42, PropId_Task_Name = 2, PropId_Task_ParentJobId = 2003, PropId_Task_PreviousState = 2002, PropId_Task_RequeueCount = 2044, PropId_Task_RuntimeSeconds = 51, PropId_Task_StartTime = 12, PropId_Task_State = 2001, PropId_Task_SubmitTime = 10, PropId_Task_Type = 2080 } PropId;
Constants
- PropId_Job_AutoCalculateMax
-
Identifies the AutoCalculateMax job property.
- PropId_Job_AutoCalculateMin
-
Identifies the AutoCalculateMin job property.
- PropId_Job_CanGrow
-
Identifies the CanGrow job property.
- PropId_Job_CanShrink
-
Identifies the CanShrink job property.
- PropId_Job_ChangeTime
-
Identifies the ChangeTime job property.
- PropId_Job_CreateTime
-
Identifies the CreateTime job property.
- PropId_Job_EndTime
-
Identifies the EndTime job property.
- PropId_Job_IsExclusive
-
Identifies the IsExclusive job property.
- PropId_Job_JobType
-
The job is filtered or sorted based on its job type. For possible job type values, see the JobType enumeration.
- PropId_Job_MaxCores
-
Identifies the MaximumNumberOfCores job property.
- PropId_Job_MaxNodes
-
Identifies the MaximumNumberOfNodes job property.
- PropId_Job_MaxSockets
-
Identifies the MaximumNumberOfSockets job property.
- PropId_Job_MinCores
-
Identifies the MinimumNumberOfCores job property.
- PropId_Job_MinNodes
-
Identifies the MinimumNumberOfNodes job property.
- PropId_Job_MinSockets
-
Identifies the MinimumNumberOfSockets job property.
- PropId_Job_Name
-
Identifies the Name job property.
- PropId_Job_Owner
-
Identifies the Owner job property.
- PropId_Job_PreviousState
-
Identifies the PreviousState job property.
- PropId_Job_Priority
-
Identifies the Priority job property.
- PropId_Job_Project
-
Identifies the Project job property.
- PropId_Job_RequeueCount
-
Identifies the RequeueCount job property.
- PropId_Job_RuntimeSeconds
-
Identifies the Runtime job property.
- PropId_Job_RunUntilCanceled
-
Identifies the RunUntilCanceled job property.
- PropId_Job_StartTime
-
Identifies the StartTime job property.
- PropId_Job_State
-
Identifies the State job property. Note that when used to sort the jobs, the sort order is based on the enumerated value.
- PropId_Job_SubmitTime
-
Identifies the SubmitTime job property.
- PropId_Job_UnitType
-
Identifies the UnitType job property.
- PropId_Job_UserName
-
Identifies the UserName job property.
- PropId_Node_CpuSpeed
-
Identifies the CpuSpeed node property.
- PropId_Node_Guid
-
Identifies the Guid node property.
- PropId_Node_JobType
-
Identifies the JobType node property.
- PropId_Node_MemorySize
-
Identifies the MemorySize node property.
- PropId_Node_Name
-
Identifies the Name node property.
- PropId_Node_NumCores
-
Identifies the NumberOfCores node property.
- PropId_Node_NumSockets
-
Identifies the NumberOfSockets node property.
- PropId_Node_OfflineTime
-
Identifies the Offline node property.
- PropId_Node_OnlineTime
-
Identifies the OnlineTime node property.
- PropId_Node_Reachable
-
Identifies the Reachable node property.
- PropId_Node_State
-
Identifies the State node property. Note that when used to sort the tasks, the sort order is based on the enumerated value.
- PropId_Task_ChangeTime
-
Identifies the ChangeTime task property.
- PropId_Task_CreateTime
-
Identifies the CreateTime task property.
- PropId_Task_EndTime
-
Identifies the EndTime task property.
- PropId_Task_ExitCode
-
Identifies the ExitCode task property.
- PropId_Task_IsExclusive
-
Identifies the IsExclusive task property.
- PropId_Task_IsParametric
-
Identifies the IsParametric task property.
- PropId_Task_IsRerunnable
-
Identifies the IsRerunnable task property.
- PropId_Task_MaxCores
-
Identifies the MaximumNumberOfCores task property.
- PropId_Task_MaxNodes
-
Identifies the MaximumNumberOfNodes task property.
- PropId_Task_MaxSockets
-
Identifies the MaximumNumberOfSockets task property.
- PropId_Task_MinCores
-
Identifies the MinimumNumberOfCores task property.
- PropId_Task_MinNodes
-
Identifies the MinimumNumberOfNodes task property.
- PropId_Task_MinSockets
-
Identifies the MinimumNumberOfSockets task property.
- PropId_Task_Name
-
Identifies the Name task property.
- PropId_Task_ParentJobId
-
Identifies the ParentJobId task property.
- PropId_Task_PreviousState
-
Identifies the PreviousState task property.
- PropId_Task_RequeueCount
-
Identifies the RequeueCount task property.
- PropId_Task_RuntimeSeconds
-
Identifies the Runtime task property.
- PropId_Task_StartTime
-
Identifies the StartTime task property.
- PropId_Task_State
-
Identifies the State task property.
- PropId_Task_SubmitTime
-
Identifies the SubmitTime task property.
- PropId_Task_Type
-
Identifies the Type task property. This value is supported only for HPC Pack 2008 R2.
Requirements
|
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
|---|---|
|
Type library |
|
See also