Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.util.clearTimeout
Stay organized with collections
Save and categorize content based on your preferences.
Clears a timeout set via ui.util.setTimeout or ui.util.setInterval.
Usage | Returns | ui.util.clearTimeout(timeoutKey) | |
Argument | Type | Details | timeoutKey | Number | The key to the timeout or interval to clear. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eui.util.clearTimeout\u003c/code\u003e is used to cancel a timeout or interval previously set by \u003ccode\u003eui.util.setTimeout\u003c/code\u003e or \u003ccode\u003eui.util.setInterval\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a single argument, \u003ccode\u003etimeoutKey\u003c/code\u003e, which is a number representing the unique identifier of the timeout or interval to be cleared.\u003c/p\u003e\n"],["\u003cp\u003eCalling this function stops the execution of the delayed function associated with the given \u003ccode\u003etimeoutKey\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ui.util.clearTimeout\n\n\u003cbr /\u003e\n\nClears a timeout set via ui.util.setTimeout or ui.util.setInterval.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------------|---------|\n| `ui.util.clearTimeout(timeoutKey)` | |\n\n| Argument | Type | Details |\n|--------------|--------|----------------------------------------------|\n| `timeoutKey` | Number | The key to the timeout or interval to clear. |"]]