Houdini 20.0 Executing tasks with PDG/TOPs pdg

pdg.transferResult module

The enumeration of file transfers results that can be returned by a custom transfer handler

This enum contains the possible return values for a custom file transfer handler.

Values

pdg.transferResult.Cached

The transfer handler determined the file was already cached, and did not recopy the file

pdg.transferResult.Failure

The transfer handler encountered an error when copying the file to the destination path

pdg.transferResult.Skip

The transfer handler chose not to handle the file

pdg.transferResult.Success

The transfer handler successfully copied the file to the destination path

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