HTTPD_SERVER_STOP Function

Syntax

Result_Flag as L = httpd_server_stop([L confirm [,L raise_errors [,L use_registry_settings [,C server_name ]]]])

Arguments

Result_Flag

.T. = Server successfully stopped. .F. = Server not stopped.

confirm

Optional. Default = .F. (FALSE). If .T. (TRUE) prompts the user to confirm the stop.

raise_errors

Optional. Default = .F. (FALSE). If .T. (TRUE) raises error messages in error boxes.

use_registry_settings

Optional. Default = .F. (FALSE). If .T. (TRUE) uses user preferences. If .T. (TRUE), the user can choose to suppress the automatic confirmation dialog that appears.

server_name

Character

Description

Stop server

Discussion

The HTTPD_SERVER_STOP() function stops the Application Server.

Example

? httpd_server_stop(.T., .T.)
= .T.

Limitations

Desktop applications only.

See Also