BaseScanControllerPrepareExecutionInProgress Method |
Creates a list asserting or deasserting the execution in progress signal.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic abstract Guid PrepareExecutionInProgress(
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.PrepareExecutionInProgress(System.Boolean,System.Nullable{System.Guid})"]
See Also