Share

AcEditorReactor::commandCancelled

C++

virtual void commandCancelled(
    const ACHAR*
);

Description

This callback function indicates that the command cmdStr has been canceled by the user or another application, and was unable to complete successfully.

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

Parameters

Parameters Description
cmdStr Passed in string for the command being canceled

Links

AcEditorReactor Class

Was this information helpful?