hpcflow.app.InputSourceType#

class hpcflow.app.InputSourceType(value)#

Bases: Enum

An enumeration.

Attributes

IMPORT

LOCAL

DEFAULT

TASK

DEFAULT = 2#
IMPORT = 0#
LOCAL = 1#
TASK = 3#