CheckInt
Check to see if a clear I/O or Basic Reset occurred. The C++ function declaration is:
int CheckInt()
The sample of the function is:
if (CheckInt())
{ // an interrupt occurred
}
Note: This does not work reliably on spawned threads.