__header__
Description
The GCUI Confirm Tool allows the user to generate a pop up
question/message with the option to answer the question with either yes
or no, or just yes. Optional a time out can be provided.
Parameters
Message
Text for message
Style
allow OK or OK and Cancel
TimeOut
If set then the message is removed after this time (in sec)
Response
0 as a response question was answered no,
1 yes
-1 timeout
Wait
If set holds up the sequence.
Note the sequence must be set to asynchronous mode when running from the main thread (not inside Erik)
__footer__