1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <title>nngxGetIsRunning</title> 8 </head> 9 <body> 10 <h1><CODE>nngxGetIsRunning</CODE> Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14NNGX_APICALL GLboolean NNGX_APIENTRY nngxGetIsRunning( 15 void 16); 17</pre> 18 </div> 19 <h2>Arguments</h2> 20 <div class="section"> 21 <p>None.</p> 22 </div> 23 <h2>Return Values</h2> 24 <div class="section">Returns <CODE>GL_TRUE</CODE> if the command list is running, or <SPAN class="argument">GL_FALSE</SPAN> if the command list is not running. </div> 25 <h2>Description</h2> 26 <div class="section"> 27 <p>Checks whether a command list is running.</p><P> 28 If you call <a href="../nn_gx/nngxGetCmdlistParameteri.html">nngxGetCmdlistParameteri</a> with NN_GX_CMDLIST_IS_RUNNING specified for <SPAN class="argument">pname</SPAN>, you can check whether the currently bound command list object is running. In contrast, you can use this function to check whether any command list is currently running, regardless of whether or not it is the currently bound command list object. 29 </P><P> 30 If the bound command list is in the "waiting to run" state, the function returns <CODE>GL_FALSE</CODE>. 31 </P></div> 32 <h2>See Also</h2> 33 <div class="section"> 34 <p class="reference"><a href="../nn_gx/nngxRunCmdlist.html"><CODE>nngxRunCmdlist</CODE></a><br /> </p> 35 </div> 36 <h2>Revision History</h2> 37 <div class="section"> 38 <dl class="history"> 39 <dt>2012/02/03</dt> 40 <dd>Initial version.<br /> 41 </dd> 42 </dl> 43 </div> 44 <hr><p>CONFIDENTIAL</p></body> 45</html>