OnPostPublishSimulation
This event occurs after a simulation got published.
Example:
[EventSubscriber(ObjectType::Codeunit,
Codeunit::"NETVAPS IntegrationMgmt", 'OnPostPublishSimulation', '', false, false)]
local procedure handleOnPostPublishSimulation()
begin
//code to handle event
end;