Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the types of jobs that run in the cluster.
Syntax
typedef enum {
JobType_Batch = 1,
JobType_Admin = 2,
JobType_Service = 4,
JobType_Broker = 8
} JobType;
Constants
JobType_Batch
A normally scheduled job (see IScheduler::CreateJob).JobType_Admin
A job that contains a command that runs immediately (see IScheduler::CreateCommand).JobType_Service
A service job based on the service-oriented architecture (SOA) programming model.JobType_Broker
A broker job that routes requests from a SOA-based client to an instance of a service job.
Requirements
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
Type library |
Microsoft.Hpc.Scheduler.Properties.tlb |