Command.Execute
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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