SubmissionFilterResponse Enumeration
This enumeration defines the responses that a custom job submission filter can return to the HPC Job Scheduler Service. These responses tell the HPC Job Scheduler Service how to continue processing the job.
Namespace: Microsoft.Hpc.Scheduler.AddInFilter.HpcClient
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler.AddInFilter.HpcClient
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
| Member name | Description |
|---|---|
| FailJob | Mark the job as Failed with an error message that the job was failed by the submission filter. This enumeration member represents a value of -1. |
| SuccessJobChanged | Continue validating the modified job. This response value indicates that the filter has made modifications to the job properties and approved the job. The HPC Job Scheduler will validate the modified job against the job template (or to the next filter), and if it passes, add the job to the queue. This enumeration member represents a value of 1. |
| SuccessNoJobChange | Continue validating the job. This response value indicates that filter approved the job and made no changes. The HPC Job Scheduler will validate the job against the job template (or to the next filter), and if it passes, add the job to the queue. This enumeration member represents a value of 0. |
Based on the filter responses, the HPC Job Scheduler Service will mark the job as Failed or proceed with job validation. If the job passes all validation, the job will be added to the job queue.
Platform Note: This class was introduced in Windows HPC Server 2008 R2 with Service Pack 2 (SP2), and is not supported in earlier versions.
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: