Share

AcEditorReactor::commandFailed

C++

virtual void commandFailed(
    const ACHAR*
);

Description

This callback function indicates that the command cmdStr failed to complete successfully.

cmdStr may be up to 257 characters (including the string terminator).

Parameters

Parameters Description
cmdStr Passed in string for the command that failed

Links

AcEditorReactor Class

Was this information helpful?