< Previous | Contents | Next >

QueueManager

class QueueManager

Parent class: LockableObject

Represents the QueueManager.


image


QueueManager Attributes


Attribute Name

Type

Description

RQUEUEB_Paused

boolean

True if rendering is currently paused, and no jobs are being rendered.

RQUEUEB_Verbose

boolean

True if Verbose Logging is currently enabled.

RQUEUES_QueueName

string

The name of the file the queue has been loaded from, or saved to, if any.


> Python usage:


# Access to the QueueManager


qm = fusion.RenderManager


image

-- Access to the QueueManager


qm = fusion.RenderManager

> Lua usage:



 

Methods