Click or drag to resize

CycleManagerRecordAsync Method

Performs recording at the current position.

Namespace:  LynceeTec.API.Cycle
Assembly:  LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.1.23514.0 , built 2023-11-07 12:21:56 UTC
Syntax
public Task RecordAsync(
	AbsoluteCyclePosition parentPosition,
	CycleProgressReporter progress = null
)

Parameters

parentPosition
Type: LynceeTec.API.CycleAbsoluteCyclePosition
Current position of parent cycles.
progress (Optional)
Type: LynceeTec.API.CycleCycleProgressReporter
CycleProgressReporter object used to track the recording process.

Return Value

Type: Task

Implements

IRecordingItemRecordAsync(AbsoluteCyclePosition, CycleProgressReporter)
See Also