taskType property

String? taskType
getter/setter pair

Defines the type of the task Possible string values are:

  • "TASK" : Normal IP task
  • "ASIS_TEMPLATE" : Task is of As-Is Template type
  • "IO_TEMPLATE" : Task is of I/O template type with a different underlying task

Implementation

core.String? taskType;