This is an old revision of the document!
Pause execution for the given interval in milliseconds.
from cubloc import Pause Pause(milliseconds: int)
Delay interval in milliseconds.milliseconds is not an integer.milliseconds is negative.from cubloc import Pause # Example usage Pause(1)