Table of Contents

ugBASIC User Manual

DOJO PEEK MESSAGE

SYNTAX

   = DOJO PEEK MESSAGE( portId )

PURPOSE

EXAMPLE

  sessionId = DOJO LOGIN( "user", "password" )
  port = DOJO FIND( sessionId, "user2", "testApp" )
  IF DOJO PEEK MESSAGE( port ) THEN
     PRINT "A message is arrived!"
  ENDIF

ABBREVIATION

 DjPkMsg

AVAILABLE ON

ALIAS FOR

PEEK MESSAGE

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY