server_running()

Returns the status of the server identified by serverHandle, where: 1 (True) = the server identified by serverHandle is running, and 0 (False) = the server identified by serverHandle is not running.

See also: create_server().

Syntax:

server_running(serverHandle);

where

serverHandle is the pointer for specific server to be evaluated, returned by create_server().

Example:
decl running, SHandle=create_server("myserver", "MyServerProcess", "");
running = server_running(SHandle);
Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources