|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Get recording state text
AIC_---Artificial-Intelligenc2
Name
Type
Required
Description
None
Void
No
No parameters required
Type
Description
String
Returns recording state as descriptive text
·Returns human-readable state description
·Use for UI labels and status displays
·Localized based on settings
' 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.
AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2
Previous Top Next