Difference between revisions of "ACTIVEPID()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to return activity of identified process
 
Function to return activity of identified process
Line 26: Line 24:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Disk and File Utilities]]
 
[[Category:Disk and File Utilities]]
 
[[Category:Disk and File Utilities Functions]]
 
[[Category:Disk and File Utilities Functions]]

Latest revision as of 15:44, 26 November 2009

Purpose

Function to return activity of identified process


Syntax

ACTIVEPID(<expN>)


See Also

CANCELPID(), GETGID(), GETPID(), GETUID(), SPAWN, SPAWNPID()


Description

The ACTIVEPID() function returns .T. if the specified process ID, <expN> is still active and .F. otherwise. The SPAWNPID() function is used to get the process ID <expN> of the last process spawned with the SPAWN command.


Example

spawn db program
? activepid(spawnpid())
.T.


Products

Recital Server, Recital