Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.scheduleResult module

The return type of a scheduler’s onScheduler callback implementation

Values

pdg.scheduleResult.CookCanceled

The work item was canceled immediately, without being scheduled

pdg.scheduleResult.CookFailed

The work item failed immediately, without being scheduled

pdg.scheduleResult.CookSucceeded

The work item was marked as succeeded immediately.

pdg.scheduleResult.Deferred

The work item was deferred and will scheduled later

pdg.scheduleResult.Failed

Scheduling of the work item failed

pdg.scheduleResult.FullDeferred

The item was deferred and will scheduled later, and no more schedule attempts will be made from the set of ready items on the current tick.

pdg.scheduleResult.Succeeded

The work item was successfully scheduled

pdg

attributes

cooking

data

debugging

events

exceptions

  • pdg.AttribError

    Generic exception raised when an error occurs when accessing work item attributes

  • pdg.CookError

    Generic exception raised when an error running the graph.

  • pdg.ServiceError

    Generic exception raised when an error occurs during a PDG service manager operation

expressions

  • pdg.EvaluationContext

    A module with global functions that operate on the thread-local evaluation context

internal

nodes

schedulers

services

types

workitems