hpcflow.app.TaskSourceType# class hpcflow.app.TaskSourceType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)# Bases: Enum The types of task-based input sources. Methods names Get the names of the task source types. Attributes INPUT OUTPUT ANY ANY = 2# INPUT = 0# OUTPUT = 1# classmethod names()# Get the names of the task source types. Return type: Sequence[str]