Click or drag to resize

LoadJobDefinitionResult Properties

The LoadJobDefinitionResult type exposes the following members.

Properties
 NameDescription
Public propertyJobDefinition The resulting job instance.
Public propertyMissingBitmaps List of missing referenced bitmaps. The missing bitmaps might due to the bitmap files are no longer available.
Public propertyMissingDeviceControllerAndPortmappingsMap Dictionary of missing device controllers or portmappings per object. A key in the dictionary can be a JobDefinition or a JobElement. The value is a list of missing device controllers and of missing port mappings per key. In the first case a list element is a duple of the missing device controller name and its type, in the second case a list element is a duple of the IO controller name the missing PortDefinition belongs to and the missing PortDefinition name. Devices and port mappings may be missing in case a job is loaded on another hardware than it has been created or if a scan controller or port mapping has been renamed.
Public propertyMissingJobElements List of missing job elements. The missing job elements might due to the plugins of such types are no longer available.
Public propertyWarnings A string containing warnings if problems occurred during the deserialization. The string may be empty, contain one or more lines.
Top
See Also