 | OPLSearcherCancel Method (Boolean) |
Cancels running search
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
Syntaxpublic void Cancel(
bool keepCurrentPosition
)
public:
void Cancel(
bool keepCurrentPosition
)
Parameters
- keepCurrentPosition
- Type: SystemBoolean
If true leaves the OPL motor where it was after cancelling. If false, move it back to the start position of the search.
See Also