Load |
The LoadJobDefinitionResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | JobDefinition | The resulting job instance. |
![]() | MissingBitmaps | List of missing referenced bitmaps. The missing bitmaps might due to the bitmap files are no longer available. |
![]() | MissingDeviceControllerAndPortmappingsMap | 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. |
![]() | MissingJobElements | List of missing job elements. The missing job elements might due to the plugins of such types are no longer available. |
![]() | Warnings | A string containing warnings if problems occurred during the deserialization. The string may be empty, contain one or more lines. |