This function abort running processes for a model. It can be used when a task takes more time than
expected / available, or in case the requested results are not relevant anymore.
Syntax
// Visual Studio for Windows
public:
__int64 __declspec(dllexport) __stdcall AbortModel(
__int64 model,
__int64 setting
);
// Linux, OS-X and non-Visual Studio Windows solutions
public:
int64_t AbortModel(
int64_t model,
int64_t setting
);
Property model
Size: 64 bit / 8 byte (value)
The handle to the model. The model handle is static during its existance. Several models can be opened simultaniously within one session. Different models are always independent, threads are allowed to be running on different models simultaniously.
Property setting
Size: 64 bit / 8 byte (value)
The setting is the data that is defined for bitwise operations, only bits set in the mask will be relevant.