Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 506 Bytes

AutomationActionFindInteractiveClient.md

File metadata and controls

17 lines (13 loc) · 506 Bytes
uid
AutomationActionFindInteractiveClient

Find interactive client

Asks an interactive user to attach to the script.

<Exe id="2" type="findinteractiveclient">
   <Timeout>90</Timeout>
   <Message>Message</Message>
</Exe>
  • Timeout: The timeout in s. Specifies how long the script should wait for the user to react. When this timeout expires, the script will continue and the FindInteractiveClient method returns "False".
  • Message: The message that will appear in the message box.