Share via


beep Function

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

Emits a short sound from the speakers on the computer.

void beep()

Example

    static void beepExample(Args _args)
    {
        ;
        beep();
    }

Announcements: To see known issues and recent fixes, use Issue search in Microsoft Dynamics Lifecycle Services (LCS).