ACTIVEPID()

From Lianjapedia
Revision as of 11:44, 26 November 2009 by Helengeorge (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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