Table of Contents

Class ScanComponentOptions

Namespace
Acuit.Pinpoint.Workstation.Messaging
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

Options for performing a component scan.

public class ScanComponentOptions
Inheritance
ScanComponentOptions
Inherited Members

Constructors

ScanComponentOptions()

public ScanComponentOptions()

Properties

CancellationToken

Gets or sets a cancellation token that can be used to request canceling the component scan.

public CancellationToken CancellationToken { get; set; }

Property Value

CancellationToken

MergePreassembly

Gets or sets whether this component scan should merge an existing preassembly, or null to use the default behavior for the station type.

public bool? MergePreassembly { get; set; }

Property Value

bool?

ShowSkip

Gets or sets whether to show a "Skip Component" button instead of a "Cancel" button in the component scan window.

public bool ShowSkip { get; set; }

Property Value

bool