Lasso Soft Inc. > Home

[lp_site_isStarting]

Linklp_site_isStarting
AuthorBil Corry
CategoryUtility
Version8.5.x
LicensePublic Domain
Posted08 Mar 2007
Updated08 Mar 2007
More by this author...

Description

Returns true when the site starting up.  Once the site has fully started, it returns false.

Sample Usage

if: lp_site_isStarting;
'Current site is starting.';
else;
'Current site has started.';
/if;

Source Code

Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.

[

define_tag:'lp_site_isStarting',
	-description='Returns true when the site starting up.',
	-priority='replace';

	return: (boolean: lassoapp_list->(find:'startup')->size);

/define_tag;

]

Comments

No comments

Please log in to comment

Subscribe to the LassoTalk mail list

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft