Click or drag to resize

ICycleDeviceCycle Method


Namespace: LynceeTec.Interfaces
Assembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntax
Task<bool> Cycle(
	float startPosPhys,
	int nbrMoves,
	float stepPerMovePhys,
	Action startAction,
	Action<int> stepAction,
	Func<ICycleDevice, Task> endAction,
	IProgress<int> progress,
	CancellationTokenSource tokenSource
)

Parameters

startPosPhys  Single
 
nbrMoves  Int32
 
stepPerMovePhys  Single
 
startAction  Action
 
stepAction  ActionInt32
 
endAction  FuncICycleDevice, Task
 
progress  IProgressInt32
 
tokenSource  CancellationTokenSource
 

Return Value

TaskBoolean
See Also