Click or drag to resize

TriggeredSequenceRecorderTrigger Method

Trigger the sequence recording in the configured buffer.

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntax
public Task Trigger(
	IProgress<float> progress = null
)

Parameters

progress (Optional)
Type: SystemIProgressSingle
IProgress object used to track the loading process. [0 - 100%]

Return Value

Type: Task
The task acquiring the sequence.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current state does not allow the method to be called.
Remarks

Sets CurrentState value first to Recording, then to Recorded or Acquiring if canceled.

Can only be called when CurrentState is Acquiring.

See Also