< Previous | Contents | Next >
QueueManager
class QueueManager
Parent class: LockableObject
Represents the QueueManager.
![]()
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

-- Access to the QueueManager
qm = fusion.RenderManager
> Lua usage: