CANCapture Scripting
|
The line callback feature is used to be able to some special treatment during execution of the scripts. The callback is called for every script statement, which for example makes it possible to verify if the script has executed for too long time and if so suspend the execution to be resumed at a later time.
Before calling the context's Execute method, set the callback function like so:
Take a look at the sample Events to see this working.