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