ISchedulerTask.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a task type that defines how to run the command for the task.
public Microsoft.Hpc.Scheduler.Properties.TaskType Type { get; set; }
member this.Type : Microsoft.Hpc.Scheduler.Properties.TaskType with get, set
Public Property Type As TaskType
Property Value
A TaskType value that defines how to run the command for the task. The default value is Basic.