Interface Schedule.DefinitionStages.WithTaskType

All Known Subinterfaces:
Schedule.Definition, Schedule.DefinitionStages.WithCreate
Enclosing interface:
Schedule.DefinitionStages

public static interface Schedule.DefinitionStages.WithTaskType
The stage of the Schedule definition allowing to specify taskType.
  • Method Details

    • withTaskType

      Specifies the taskType property: The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart)..
      Parameters:
      taskType - The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
      Returns:
      the next definition stage.