JobType Enum

Definition

Defines the types of jobs that can run in the cluster.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E80BA82F-E71A-4D93-B9DB-B1F5B6E3E9AA")]
public enum JobType
type JobType = 
Public Enum JobType
Inheritance
JobType
Attributes

Fields

Admin 2

A job that contains commands that run immediately (see CreateCommand(String, ICommandInfo, IStringCollection)). This enumeration member represents a value of 2.

Batch 1

A normally scheduled job (see CreateJob()). This enumeration member represents a value of 1.

Broker 8

A broker job that routes requests from a WCF client to a service (session) job. This enumeration member represents a value of 8.

Service 4

A service (session) job. This enumeration member represents a value of 4.

Applies to