IsK2ServerOnline

Description

This function is deprecated because the K2Server is always running when ColdFusion is running.

Returns

True, if the K2Server is available to perform a search; False, otherwise.

Function syntax

IsK2ServerOnline()

History

ColdFusion MX 6.1: Deprecated this function. It might not work, and it might cause an error, in later releases.

ColdFusion MX: Added this function.

Example

<cfoutput>IsK2ServerOnline = 
    $*#IsK2ServerOnline()#*$</cfoutput>