PropId Enumeration
Defines identifiers that uniquely identify job, task, and node properties. Use these property identifiers when specifying a filter or sort property.
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[GuidAttribute("99994F5F-6106-4142-8C31-AFCBC8C0A326")] [ComVisibleAttribute(true)] public enum PropId
/** @attribute GuidAttribute("99994F5F-6106-4142-8C31-AFCBC8C0A326") */
/** @attribute ComVisibleAttribute(true) */
public enum PropId
GuidAttribute("99994F5F-6106-4142-8C31-AFCBC8C0A326") ComVisibleAttribute(true) public enum PropId
| Member name | Description |
|---|---|
| Job_AutoCalculateMax | Identifies the ISchedulerJob.AutoCalculateMax property. This enumeration member represents a value of 1083. |
| Job_AutoCalculateMin | Identifies the ISchedulerJob.AutoCalculateMin property. This enumeration member represents a value of 1084. |
| Job_CanGrow | Identifies the ISchedulerJob.CanGrow property. This enumeration member represents a value of 1059. |
| Job_CanShrink | Identifies the ISchedulerJob.CanShrink property. This enumeration member represents a value of 1060. |
| Job_ChangeTime | Identifies the ISchedulerJob.ChangeTime property. This enumeration member represents a value of 16. |
| Job_CreateTime | Identifies the ISchedulerJob.CreateTime property. This enumeration member represents a value of 11. |
| Job_EndTime | Identifies the ISchedulerJob.EndTime property. This enumeration member represents a value of 14. |
| Job_IsExclusive | Identifies the ISchedulerJob.IsExclusive property. This enumeration member represents a value of 53. |
| Job_JobType | Filter or sort the jobs based on the type of job (for example, a command or a scheduled batch job). For possible job type values, see the Microsoft.Hpc.Scheduler.Properties.JobType enumeration. This enumeration member represents a value of 1007. |
| Job_MaxCores | Identifies the ISchedulerJob.MaximumNumberOfCores property. This enumeration member represents a value of 41. |
| Job_MaxNodes | Identifies the ISchedulerJob.MaximumNumberOfNodes property. This enumeration member represents a value of 45. |
| Job_MaxSockets | Identifies the ISchedulerJob.MaximumNumberOfSockets property. This enumeration member represents a value of 43. |
| Job_MinCores | Identifies the ISchedulerJob.MinimumNumberOfCores property. This enumeration member represents a value of 40. |
| Job_MinNodes | Identifies the ISchedulerJob.MinimumNumberOfNodes property. This enumeration member represents a value of 44. |
| Job_MinSockets | Identifies the ISchedulerJob.MinimumNumberOfSockets property. This enumeration member represents a value of 42. |
| Job_Name | Identifies the ISchedulerJob.Name property. This enumeration member represents a value of 2. |
| Job_Owner | Identifies the ISchedulerJob.Owner property. This enumeration member represents a value of 1003. |
| Job_PreviousState | Identifies the ISchedulerJob.PreviousState property. This enumeration member represents a value of 1002. |
| Job_Priority | Identifies the ISchedulerJob.Priority property. This enumeration member represents a value of 1017. |
| Job_Project | Identifies the ISchedulerJob.Project property. This enumeration member represents a value of 1006. |
| Job_RequeueCount | Identifies the ISchedulerJob.RequeueCount property. This enumeration member represents a value of 1075. |
| Job_RuntimeSeconds | Identifies the ISchedulerJob.Runtime property. This enumeration member represents a value of 51. |
| Job_RunUntilCanceled | Identifies the ISchedulerJob.RunUntilCanceled property. This enumeration member represents a value of 52. |
| Job_StartTime | Identifies the ISchedulerJob.StartTime property. This enumeration member represents a value of 12. |
| Job_State | Identifies the ISchedulerJob.State property. This enumeration member represents a value of 1001. |
| Job_SubmitTime | Identifies the ISchedulerJob.SubmitTime property. This enumeration member represents a value of 10. |
| Job_UnitType | Identifies the ISchedulerJob.UnitType property. This enumeration member represents a value of 39. |
| Job_UserName | Identifies the ISchedulerJob.UserName property. This enumeration member represents a value of 1004. |
| Node_CpuSpeed | Identifies the ISchedulerNode.CpuSpeed property. This enumeration member represents a value of 8017. |
| Node_Guid | Identifies the ISchedulerNode.Guid property. This enumeration member represents a value of 8015. |
| Node_JobType | Identifies the ISchedulerNode.JobType property. This enumeration member represents a value of 400. |
| Node_MemorySize | Identifies the ISchedulerNode.MemorySize property. This enumeration member represents a value of 8016. |
| Node_Name | Identifies the ISchedulerNode.Name property. This enumeration member represents a value of 2. |
| Node_NumCores | Identifies the ISchedulerNode.NumberOfCores property. This enumeration member represents a value of 8005. |
| Node_NumSockets | Identifies the ISchedulerNode.NumberOfSockets property. This enumeration member represents a value of 8006. |
| Node_OfflineTime | Identifies the ISchedulerNode.OfflineTime property. This enumeration member represents a value of 8008. |
| Node_OnlineTime | Identifies the ISchedulerNode.OnlineTime property. This enumeration member represents a value of 8009. |
| Node_Reachable | Identifies the ISchedulerNode.Reachable property. This enumeration member represents a value of 8004. |
| Node_State | Identifies the ISchedulerNode.State property. This enumeration member represents a value of 8001. |
| Task_ChangeTime | Identifies the ISchedulerTask.ChangeTime property. This enumeration member represents a value of 16. |
| Task_CreateTime | Identifies the ISchedulerTask.CreateTime property. This enumeration member represents a value of 11. |
| Task_EndTime | Identifies the ISchedulerTask.EndTime property. This enumeration member represents a value of 14. |
| Task_ExitCode | Identifies the ISchedulerTask.ExitCode property. This enumeration member represents a value of 2033. |
| Task_IsExclusive | Identifies the ISchedulerTask.IsExclusive property. This enumeration member represents a value of 53. |
| Task_IsParametric | Identifies the ISchedulerTask.IsParametric property. This enumeration member represents a value of 2050. |
| Task_IsRerunnable | Identifies the ISchedulerTask.IsRerunnable property. This enumeration member represents a value of 2015. |
| Task_MaxCores | Identifies the ISchedulerTask.MaximumNumberOfCores property. This enumeration member represents a value of 41. |
| Task_MaxNodes | Identifies the ISchedulerTask.MaximumNumberOfNodes property. This enumeration member represents a value of 45. |
| Task_MaxSockets | Identifies the ISchedulerTask.MaximumNumberOfSockets property. This enumeration member represents a value of 43. |
| Task_MinCores | Identifies the ISchedulerTask.MinimumNumberOfCores property. This enumeration member represents a value of 40. |
| Task_MinNodes | Identifies the ISchedulerTask.MinimumNumberOfNodes property. This enumeration member represents a value of 44. |
| Task_MinSockets | Identifies the ISchedulerTask.MinimumNumberOfSockets property. This enumeration member represents a value of 42. |
| Task_Name | Identifies the ISchedulerTask.Name property. This enumeration member represents a value of 2. |
| Task_ParentJobId | Identifies the ISchedulerTask.ParentJobId property. This enumeration member represents a value of 2003. |
| Task_PreviousState | Identifies the ISchedulerTask.PreviousState property. This enumeration member represents a value of 2002. |
| Task_RequeueCount | Identifies the ISchedulerTask.RequeueCount property. This enumeration member represents a value of 2044. |
| Task_RuntimeSeconds | Identifies the ISchedulerTask.Runtime property. This enumeration member represents a value of 51. |
| Task_StartTime | Identifies the ISchedulerTask.StartTime property. This enumeration member represents a value of 12. |
| Task_State | Identifies the ISchedulerTask.State property. This enumeration member represents a value of 2001. |
| Task_SubmitTime | Identifies the ISchedulerTask.SubmitTime property. This enumeration member represents a value of 10. |
| Task_Type | Identifies the Type property. This member was introduced in Windows HPC Server 2008 R2 and is not supported in previous versions. This enumeration member represents a value of 2080. |
To use this enumeration in Visual Basic Scripting Edition (VBScript), you need to use the numeric values for the enumeration members or create constants that correspond to those members and set them equal to the numeric values. The following code example shows how to create and set constants for this enumeration in VBScript.
const Job_Name = 2 const Job_Owner = 1003 const Job_UserName = 1004 const Job_Priority = 1017 const Job_Project = 1006 const Job_RuntimeSeconds = 51 const Job_SubmitTime = 10 const Job_CreateTime = 11 const Job_EndTime = 14 const Job_StartTime = 12 const Job_ChangeTime = 16 const Job_State = 1001 const Job_PreviousState = 1002 const Job_MinCores = 40 const Job_MaxCores = 41 const Job_MinNodes = 44 const Job_MaxNodes = 45 const Job_MinSockets = 42 const Job_MaxSockets = 43 const Job_UnitType = 39 const Job_IsExclusive = 53 const Job_RunUntilCanceled = 52 const Job_AutoCalculateMax = 1083 const Job_AutoCalculateMin = 1084 const Job_CanGrow = 1059 const Job_CanShrink = 1060 const Job_RequeueCount = 1075 const Job_JobType = 1007 const Task_Name = 2 const Task_State = 2001 const Task_PreviousState = 2002 const Task_MinCores = 40 const Task_MaxCores = 41 const Task_MinNodes = 44 const Task_MaxNodes = 45 const Task_MinSockets = 42 const Task_MaxSockets = 43 const Task_RuntimeSeconds = 51 const Task_SubmitTime = 10 const Task_CreateTime = 11 const Task_StartTime = 12 const Task_EndTime = 14 const Task_ChangeTime = 16 const Task_ParentJobId = 2003 const Task_IsExclusive = 53 const Task_IsRerunnable = 2015 const Task_ExitCode = 2033 const Task_RequeueCount = 2044 const Task_IsParametric = 2050 const Task_Type = 2080 const Node_Name = 2 const Node_JobType = 400 const Node_State = 8001 const Node_Reachable = 8004 const Node_NumCores = 8005 const Node_NumSockets = 8006 const Node_OfflineTime = 8008 const Node_OnlineTime = 8009 const Node_Guid = 8015 const Node_MemorySize = 8016 const Node_CpuSpeed = 8017
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: