hpcflow.app.TaskSourceType#

class hpcflow.app.TaskSourceType(*values)#

Bases: Enum

The types of task-based input sources.

Methods

names

Get the names of the task source types.

Attributes

ANY = 2#
INPUT = 0#
OUTPUT = 1#
classmethod names()#

Get the names of the task source types.

Return type:

Sequence[str]