User Guide

674 Chapter 3: ColdFusion Functions
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.
Category
Decision functions, Full-text search functions, Query functions
Function syntax
IsK2ServerOnline()
See also
IsK2ServerABroker
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>