AIC Commands

<< Click to Display Table of Contents >>

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

AIC Commands

AIC_---Artificial-Intelligenc2

Get recording state text

 

Syntax

AIC_---Artificial-Intelligenc2

 

Parameters

Name

Type

Required

Description

None

Void

No

No parameters required

 

Return Value

Type

Description

String

Returns recording state as descriptive text

 

Remarks

·Returns human-readable state description

·Use for UI labels and status displays

·Localized based on settings

 

Example

' Get recording state textDim status As Stringstatus = AIC_---Artificial-Intelligenc2()Print "Status: " & status ' e.g., "Recording", "Stopped"

Retrieves the recording state as a human-readable text string.

 

See Also

AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2

 

Previous  Top  Next