|
| enum class | MessageCategory : int { MessageCategory::kError
, MessageCategory::kWarning
, MessageCategory::kInfo
} |
| | The category of a reported message. More...
|
| |
| enum class | MessageSource : int {
MessageSource::kWorkspace
, MessageSource::kLibrary
, MessageSource::kGraphContainer
, MessageSource::kJob
,
MessageSource::kTranslation
} |
| | The source object of a reported message. More...
|
| |
| enum class | SetGraphMode : int { SetGraphMode::kDefault = 0
, SetGraphMode::kCopy = 1
} |
| | The mode controlling the behavior of GraphContainer::setGraph. More...
|
| |
| enum class | Uninitialized : int { Uninitialized::kUninitialized
} |
| | Tag for explicitly specifying that a constructor should not initialize any data members, leaving the object in an invalid state. More...
|
| |
| enum class | PortClass : int { PortClass::eRegular
, PortClass::eTerminal
, PortClass::eJobPort
} |
| | The port class. This is to indicate if a port is a regular input or output port, a terminal output or a job port input. More...
|
| |
| enum class | PortDirection : int { PortDirection::kUndefined = 0
, PortDirection::kInput = 1
, PortDirection::kOutput = 2
} |
| | The direction of a port. More...
|
| |
| enum class | GraphCompilationMode : int { GraphCompilationMode::kInit
, GraphCompilationMode::kUpdate
} |
| | Modes for graph compilation. More...
|
| |
| enum class | GraphCompilationStatus : int { GraphCompilationStatus::kInvalid
, GraphCompilationStatus::kFailure
, GraphCompilationStatus::kSuccess
, GraphCompilationStatus::kUnchanged
} |
| | Status of graph compilation. More...
|
| |
| enum class | JobExecutionMode : int { JobExecutionMode::kDefault = 0
, JobExecutionMode::kResetStates = 1
} |
| | Modes for job execution. More...
|
| |
| enum class | JobExecutionStatus : int { JobExecutionStatus::kInvalid
, JobExecutionStatus::kFailure
, JobExecutionStatus::kSuccess
} |
| | Status of job execution. More...
|
| |