Execution.RemovePostStepCustomUIMessage
- Updated2024-10-09
- 1 minute(s) read
Execution.RemovePostStepCustomUIMessage
Syntax
Execution.RemovePostStepCustomUIMessage( MsgCode)
Purpose
Removes a custom user interface message associated with an execution.
Remarks
Use this method to remove any custom user interface messages previously associated with an execution by calling the Execution.AddPostStepCustomUIMessage method.
Parameters
MsgCode As Long
[In] Specifies the custom UI message code. This method does not return an error when the message code is not associated with an execution.