|
IsK2ServerOnline
DescriptionThis
function is deprecated because the K2Server is always running when ColdFusion
is running.
ReturnsTrue,
if the K2Server is available to perform a search; False, otherwise.
Function syntaxIsK2ServerOnline()
HistoryColdFusion
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>
|