seq  4.0.0-pre3
Static Public Attributes | List of all members
lib.nodes.rtflags.RTFLAG Class Reference

Each node has a runtime_flags field which is a combination of the following values. More...

Inheritance diagram for lib.nodes.rtflags.RTFLAG:

Static Public Attributes

int BREAKPOINT = 0x01
 
int SKIP = 0x02
 
int PAUSE = 0x04
 

Detailed Description

Each node has a runtime_flags field which is a combination of the following values.

Member Data Documentation

◆ BREAKPOINT

int lib.nodes.rtflags.RTFLAG.BREAKPOINT = 0x01
static

◆ PAUSE

int lib.nodes.rtflags.RTFLAG.PAUSE = 0x04
static

◆ SKIP

int lib.nodes.rtflags.RTFLAG.SKIP = 0x02
static

The documentation for this class was generated from the following file: