...
BYTE : current FPA index as set using F_Set_FPA_index
5. F_Check_FPA_index
Anchor | ||||
---|---|---|---|---|
|
General Description
Get current FPA index and check if index is valid. A valid index corresponds to an individual FPA that has been opened with F_OpenInstancesAndFPAs. If FPA index was set to 0 (all), then this function will only return 0, even if no FPAs are open. Does not indicate whether FPA index is enabled or disabled.
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
15. F_
...
CancelAction
General Description
Function that will attempt to cancel any running Encapsulated Functions , like the GUI Cancel button. This function is thread-safe. One thread can call F_AutoProgram (for example) and another thread can call F_CancelAction to stop the first. A reinitialization is recommended using F_OpenInstancesAndFPAs after calling this function.
...