<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Time delay in JavaScript? - Simhub General				            </title>
            <link>https://www.simhubdash.com/community-2/simhub-support/time-delay-in-javascript/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 16 Apr 2026 02:16:12 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>visible 5 sec every 10 sec.....</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/time-delay-in-javascript/#post-7125</link>
                        <pubDate>Sat, 27 May 2023 16:59:58 +0000</pubDate>
                        <description><![CDATA[let time = timespantoseconds($prop(&#039;SystemInfoPlugin.Uptime&#039;));    if (root.toggle == null) {    root.toggle = false;    root.triggerTime = time;      delay1 = 10;      delay2 = 5;}    if (t...]]></description>
                        <content:encoded><![CDATA[<p>let time = timespantoseconds($prop(<span>'SystemInfoPlugin.Uptime'</span>));<br />    <br /><span>if</span> (root.toggle == <span>null</span>) {<br />    root.toggle = <span>false</span>;<br />    root.triggerTime = time;<br />      delay1 = <span>10</span>;<br />      delay2 = <span>5</span>;<br />}    <br /><span>if</span> (time - root.triggerTime &gt;= (root.toggle ? delay2 : delay1)) {    <br />    root.toggle = !root.toggle;<br />    root.triggerTime = time;<br />}<br /><br /><span>return</span> root.toggle;</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>Doomsday</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/time-delay-in-javascript/#post-7125</guid>
                    </item>
				                    <item>
                        <title>Time delay in JavaScript?</title>
                        <link>https://www.simhubdash.com/community-2/simhub-support/time-delay-in-javascript/#post-7107</link>
                        <pubDate>Tue, 23 May 2023 04:48:27 +0000</pubDate>
                        <description><![CDATA[Apologies if this has been answered inside a couple searches and came up empty.  
 
setTimeout() doesn&#039;t seem to exist in simhub.  Is there anyway short of using nclac to add a timer or de...]]></description>
                        <content:encoded><![CDATA[<p>Apologies if this has been answered inside a couple searches and came up empty.  </p>
<p> </p>
<p><strong>setTimeout() doesn't seem to exist in simhub.  Is there anyway short of using nclac to add a timer or delay? </strong></p>
<p>Would appreciate any knowledge on the subject.  </p>
<p> </p>
<p>Nathan </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/simhub-support/">Simhub General</category>                        <dc:creator>ndw1138</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/simhub-support/time-delay-in-javascript/#post-7107</guid>
                    </item>
							        </channel>
        </rss>
		