ISchedulerTask.Type Property

Definition

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.

Applies to