AIC. - Recording Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > ! Open AI - Whisper > AIC.-Recording >

AIC. - Recording Commands

AIC.Wait Rec Button Close

Previous Top Next


MiniRobotLanguage (MRL)

 

AIC.Wait Rec Button Close

If Result available

 

 

Intention

 

The AIC.Wait Rec Button Close command pauses the script execution until the user closes the Record Button.

This is useful in scenarios where you want to ensure that the user has finished interacting with the Record Button before proceeding with other tasks.

Especially in asynchronous recording.

 

' We start the recording

AIC.Record Asynchron Button||$$FIL

AIC.wrc

MBX.File was saved: $$FIL

ENR.

 

 

 

Syntax

 

 

AIC.Wait Rec Button Close

AIC.Wrc

 

 

 

Parameter Explanation

 

- no Parameters

 

 

 

 

Example

 

'***********************************

' AIC.-Sample

'***********************************
' We start the recording

AIC.Record Asynchron Button||$$FIL

AIC.wrc

MBX.File was saved: $$FIL

ENR.

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: