Used with PDG functions
Values ¶
hapi.pdgEventType.EventNull
An empty, undefined event. Should be ignored.
hapi.pdgEventType.EventWorkitemAdd
Sent when a new work item is added by a node
hapi.pdgEventType.EventWorkitemRemove
Sent when a work item is deleted from a node
hapi.pdgEventType.EventWorkitemStateChange
Sent when a work item’s state changes
hapi.pdgEventType.EventWorkitemAddDep
Sent when a work item has a dependency added
hapi.pdgEventType.EventWorkitemRemoveDep
Sent when a dependency is removed from a work item
hapi.pdgEventType.EventWorkitemAddParent
Sent from dynamic work items that generate from a cooked item
hapi.pdgEventType.EventWorkitemRemoveParent
Sent when the parent item for a work item is deleted
hapi.pdgEventType.EventNodeClear
A node event that indicates that node is about to have all its work items cleared
hapi.pdgEventType.EventCookError
Sent when an error is issued by the node
hapi.pdgEventType.EventCookWarning
Sent when an warning is issued by the node
hapi.pdgEventType.EventCookComplete
Sent for each node in the graph, when a cook completes
hapi.pdgEventType.EventDirtyStart
A node event indicating that one more items in the node will be dirtied
hapi.pdgEventType.EventDirtyStop
A node event indicating that the node has finished dirtying items
hapi.pdgEventType.EventDirtyAll
A event indicating that the entire graph is about to be dirtied
hapi.pdgEventType.EventUiSelect
A work item event that indicates the item has been selected in the TOPs UI
hapi.pdgEventType.EventNodeCreate
Sent when a new node is created
hapi.pdgEventType.EventNodeRemove
Sent when a node was removed from the graph
hapi.pdgEventType.EventNodeRename
Sent when a node was renamed
hapi.pdgEventType.EventNodeConnect
Sent when a node was connected to another node
hapi.pdgEventType.EventNodeDisconnect
Sent when a node is disconnected from another node
hapi.pdgEventType.EventNodeFirstCook
Sent when a node cooks for the first time
hapi.pdgEventType.EventWorkitemSetInt
Deprecated
hapi.pdgEventType.EventWorkitemSetFloat
Deprecated
hapi.pdgEventType.EventWorkitemSetString
Deprecated
hapi.pdgEventType.EventWorkitemSetFile
Deprecated
hapi.pdgEventType.EventWorkitemSetDict
Deprecated
hapi.pdgEventType.EventWorkitemSetPyobject
Deprecated
hapi.pdgEventType.EventWorkitemSetGeometry
Deprecated
hapi.pdgEventType.EventWorkitemMerge
Deprecated
hapi.pdgEventType.EventWorkitemResult
Sent when an output file is added to a work item
hapi.pdgEventType.EventWorkitemPriority
Deprecated
hapi.pdgEventType.EventCookStart
Sent for each node in the graph, when a cook starts
hapi.pdgEventType.EventWorkitemAddStaticAncestor
Deprecated
hapi.pdgEventType.EventWorkitemRemoveStaticAncestor
Deprecated
hapi.pdgEventType.EventNodeProgressUpdate
Deprecated
hapi.pdgEventType.EventBatchItemInitialized
Deprecated
hapi.pdgEventType.EventAll
A special enum that represents the OR of all event types
hapi.pdgEventType.EventLog
A special enum that represents the OR of both the CookError
and CookWarning
events
hapi.pdgEventType.EventSchedulerAdded
Sent when a new scheduler is added to the graph
hapi.pdgEventType.EventSchedulerRemoved
Sent when a scheduler is removed from the graph
hapi.pdgEventType.EventSetScheduler
Deprecated
hapi.pdgEventType.EventServiceManagerAll
Deprecated
hapi.pdgEventType.EventNodeCooked
Sent when a node finishes cooking
hapi.pdgEventType.EventNodeGenerated
Sent when a node finished generating
hapi.pdgEventType.ContextEvents