AIC. - Artificial Intelligence Command

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command >

AIC. - Artificial Intelligence Command

AIC.WaitNoPause

Top


MiniRobotLanguage (MRL)

 

AIC.WaitNoPause

Wait without pausing execution

 

Intention

 

The AIC.WaitNoPause command waits for a specified time without blocking or pausing other operations. Allows background processes to continue while waiting.

 

Syntax

 

AIC.WaitNoPause|$$Milliseconds

 

P1 - $$Milliseconds - Time to wait in milliseconds

 

Example

 

' Wait 5 seconds without blocking

AIC.WaitNoPause|5000

 

' Short wait in a loop

LBL.LoopStart

AIC.WaitNoPause|100

' Do other work here

JMP.LoopStart

 

Related Commands

 

- AIC.WaitRecButtonClose - Wait for button

- AIC.WaitButtonState - Wait for button state