Command.Execute
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Command.Execute
Syntax
Command.Execute( applicationHandlesError)
Purpose
Executes the action that the command performs.
Parameters
applicationHandlesError As Boolean
[In] Specifies how the method reports an error that occurs when executing the command. When this parameter is False , the method returns the error to the caller. When this parameter is True , the method calls the ApplicationMgr.ReportError event to report the error.
See Also
ApplicationMgr.PostCommandExecute