This enum contains the different types of dirty handler that can be set.
Values ¶
pdg.dirtyHandlerType.Any
The dirty handler is called any time a work item is dirtied or deleted.
pdg.dirtyHandlerType.Delete
The dirty handler is only called when a work item is deleted.
pdg.dirtyHandlerType.Files
The dirty handler is only called when work item is deleted and output files are removed from disk.