Click or drag to resize

BaseScanControllerPrepareMarkInProgress Method

Creates a list asserting or deasserting the mark in progress signal.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public 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