GH_TaskCapableComponent(T).TaskList Property

GH_TaskCapableComponentTTaskList Property

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected List<Task<T>> TaskList { get; }
Protected ReadOnly Property TaskList As List(Of Task(Of T))
	Get

Property Value

Type: ListTaskT

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_TaskCapableComponent`1.TaskList"]

See Also