isK2ServerOnline
Description
This function is deprecated because the K2Server is always running when ColdFusion is running.
Categories
Related
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.
Syntax
IsK2ServerOnline()
Returns
True,
if the K2Server is available to perform a search; False, otherwise.
Example
<cfoutput>IsK2ServerOnline =
$*#IsK2ServerOnline()#*$</cfoutput>