4D v15

WEB Is server running

Home

 
4D v15
WEB Is server running

WEB Is server running 


 

WEB Is server running -> Function result 
Parameter Type   Description
Function result  Boolean in True if the Web Server is running, otherwise False

Originally introduced in 4D v14 R2

The new WEB Is server running command ("Web Server" theme) returns True if the built-in Web server of 4D is running, and False if this Web server is off.

This command returns the running status of the Web server where it is executed:

Execution contextReturns the status of
4D stand-alone applicationLocal 4D Web server
4D Server4D Server Web server
4D remote mode (local process)Local 4D Web server
4D remote mode (4D Server stored procedure)4D Server Web server
4D remote mode (other 4D remote stored procedure)Remote 4D Web server

Example  

You want to check that the Web server is running:

 If(WEB Is server running)
    ... //do appropriate actions
 End if

 
PROPERTIES 

Product: 4D
Theme: Language

 
HISTORY 

 
ARTICLE USAGE

4D v15 - Upgrade (standard edition) ( 4D v15)