1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>VIB_IsExecuting</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">VIB_IsExecuting&nbsp;<IMG src="../image/NTR.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15<PRE><CODE>#include &lt;nitro/vib.h&gt;</CODE></PRE>
16  <PRE><CODE>BOOL VIB_IsExecuting(void);
17 </CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<P>None.</P>
21<H2>Return Values</H2>
22<p>Returns <CODE>TRUE</CODE> after pulse vibration is started by the call to the <a href="VIB_StartPulse.html"><CODE>VIB_StartPulse</CODE></a> function but before pulse vibration is stopped by the call to <a href="VIB_StopPulse.html"><CODE>VIB_StopPulse</CODE></a>. Otherwise, returns <CODE>FALSE</CODE>.</p>
23<H2>Description</H2>
24<P>Returns whether pulse vibration is being performed.
25</P>
26<p>After vibrating for the number of times specified in <CODE>repeat_num</CODE>, it will return <CODE>TRUE</CODE> until the <a href="VIB_StopPulse.html"><CODE>VIB_StopPulse</CODE></a> function is called, even if the vibration has stopped.
27</p>
28
29<H2>Revision History</H2>
30<P>
312008/05/01 Revised the description of the return values.<BR> 2005/08/16 Initial version.
32</P>
33<hr><p>CONFIDENTIAL</p></body>
34</HTML>
35