[][src]Function libeyelink_sys::end_realtime_mode

pub unsafe extern "C" fn end_realtime_mode()

Exits realtime execution mode Typically just lowers priority Returns the application to a priority slightly above normal, to end realtime mode. This function should execute rapidly, but there is the possibility that Windows will allow other tasks to run after this call, causing delays of 1-20 milliseconds.

@remarks Warning: This function has little or no effect under Windows 95/98/Me.

\b Example: See \c begin_realtime_mode()

\sa \c begin_realtime_mode()