Bifrost SDK
Bifrost SDK documentation
BifrostGraph::Executor::Job::TerminalState Struct Referencefinal

A Job Terminal State descriptor. More...

#include <Job.h>

Public Attributes

Amino::String name
 The fully qualified name of the terminal. More...
 
bool enabled
 Whether or not this terminal is enabled. More...
 

Detailed Description

A Job Terminal State descriptor.

Definition at line 75 of file Job.h.

Member Data Documentation

◆ enabled

bool BifrostGraph::Executor::Job::TerminalState::enabled

Whether or not this terminal is enabled.

Definition at line 77 of file Job.h.

◆ name

Amino::String BifrostGraph::Executor::Job::TerminalState::name

The fully qualified name of the terminal.

Definition at line 76 of file Job.h.