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 syntaxIsK2ServerOnline() |
|
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> |