User Tools

Site Tools

한국어

logicpython:cubloc_api:pause

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

logicpython:cubloc_api:pause [2026/04/10 02:06] – created - external edit 127.0.0.1logicpython:cubloc_api:pause [2026/04/10 06:07] (current) – removed mfranklin
Line 1: Line 1:
-====== Pause ====== 
- 
-''Pause'' execution for the given interval in ''milliseconds''. 
- 
-===== Syntax ===== 
- 
-<code python> 
-from cubloc import Pause 
- 
-Pause(milliseconds: int) 
-</code> 
- 
-===== Parameters ===== 
- 
-  * **milliseconds**: ''Delay'' interval in ''milliseconds''. 
- 
-===== Exceptions ===== 
- 
-  * [[https://docs.micropython.org/en/latest/library/builtins.html#TypeError|TypeError]]: ''milliseconds'' is not an integer. 
-  * [[https://docs.micropython.org/en/latest/library/builtins.html#ValueError|ValueError]]: ''milliseconds'' is negative. 
- 
-===== Example ===== 
- 
-<code python> 
-from cubloc import Pause 
- 
-# Example usage 
-Pause(1) 
-</code> 
- 
-===== Related APIs ===== 
- 
-  * [[logicpython:cubloc_api:delay|Delay]] 
-  * [[logicpython:cubloc_api:ontimer|OnTimer]] 
-  * [[logicpython:cubloc_api:setontimer|SetOnTimer]] 
-  * [[logicpython:cubloc_api:udelay|UDelay]] 
-  * [[logicpython:cubloc_api:wait|Wait]] 
  
logicpython/cubloc_api/pause.1775786798.txt.gz · Last modified: by 127.0.0.1