crypto icon indicating copy to clipboard operation
crypto copied to clipboard

implement wait/sleep global utility functions

Open strattonbrazil opened this issue 7 years ago • 0 comments

See the BrightScript documentation for details on what each one does, but this should cover:

  • Sleep(milliseconds as Integer) as Void
  • Wait(timeout as Integer, port as Object) as Object

This will require the roMessagePort object to be implemented first.

strattonbrazil avatar Nov 27 '18 06:11 strattonbrazil