LoadJobDefinitionResultMissingDeviceControllerAndPortmappingsMap Property |
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.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic IDictionary<Object, IList<Object>> MissingDeviceControllerAndPortmappingsMap { get; set; }
Property Value
IDictionaryObject,
IListObject
See Also