IF_AsyncManager - General Information
Type: |
Interface |
Available as of: |
V1.0.0.0 |
Versions: |
Current version |
Transfer and execute user-specific code to a task running asynchronously to the program.
The interface IF_AsyncManager is implemented by this library and must be used for the following purpose:
oInitialize the AsyncManager
oAssign the program part which has to be executed asynchronously to the calling task
NOTE: It is not required to implement the interface IF_AsyncManager anywhere in your application. It is linked to the available instance of this library and can be accessed in the global variable list (GVL).
Name |
Description |
---|---|
Initialization of the asynchronous mechanism and generation of the asynchronous tasks |
|
Transfer job to asynchronous task |
Name |
Data type |
Accessing |
Description |
---|---|---|---|
xInitDone |
BOOL |
Read |
Signals whether initialization of the AsyncManager has been executed successfully. |