deletionCascade.pyQube jobs can belong to a process group, which is normally how a group of jobs define their inter-dependencies.  These process groups can be viewed as a single set of jobs in ArtistView as a collapsed set of jobs, or in WranglerView's MetaJob panel, or   From many users' points of view, the entire process group is actually just one task, and they'd like to be able to kill or remove the entire process group as a single unit.

    This can be accomplished indirectly through the use of a callback attached to the first job in the process group, the pgrp leader.  This calback can accomplish the killing or removal of all other jobs in the pgrp when the leader is killed or removed.

      File Modified
    File deletionCascade.py Oct 15, 2014 by John Burk

    deletionCascade.py
    • No labels