HTTPD_SERVER_IS_RUNNING Function

Syntax

Result_Flag as L = httpd_server_is_running([C server_name ])

Arguments

server_name

Character

Returns

Result_FlagLogical

.T. = Server is running. .F. = Server is not running.

Description

Determines whether or not the Application Server is running.

Discussion

The HTTPD_SERVER_IS_RUNNING() function indicates whether the Application Server is running.

Example

? httpd_server_is_running()
= .T.

Limitations

Desktop applications only.

See Also