BaseScanControllerPrepareMarkInProgress Method | 
            Creates a list asserting or deasserting the mark in progress signal.
            
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.31.0
Syntaxpublic abstract Guid PrepareMarkInProgress(
	bool isActive,
	Guid? parentListGuid
)
Parameters
- isActive  Boolean
 - Asserts the signal.
 - parentListGuid  NullableGuid
 - The list ID of the parent. If set, the new list will be wrapped inside the parent list.
 
Return Value
Guid[Missing <returns> documentation for "M:RAYLASE.Marker.Device.ScanController.BaseScanController.PrepareMarkInProgress(System.Boolean,System.Nullable{System.Guid})"]
See Also