PipelinePlugin.TransientState

Transient state variables, aggregated in a struct.

class PipelinePlugin
struct TransientState {}

Members

Variables

fd
int fd;

File descriptor of the open FIFO.

fifoFilename
string fifoFilename;

Filename of the created FIFO.

timeSinceLast
Duration timeSinceLast;

How much time has passed since the last tick.