Question
Accenture Solutions Pvt Ltd
IN
Last activity: 12 Apr 2018 1:57 EDT
Comparisons among Rutime Components in Pega Robotics
Hi
I wanted to know the comparisons & usage of below Runtime Components available in Pega Robotics Studio Toolbox.
i) Difference between RuntimeHost.RuntimeProjectStarted & RuntimeHost.ProjectStarted events.
ii) Difference between RuntimeLoader.AllProjectsStarted& RuntimeHost.AllProjectsStarted.
Please explain when to use this Events & what is the major difference among them?
Regards,
Pravallika.
***Updated by moderator: Lochan to add Categories***
The event you will want to use is RuntimeLoader.AllProjectsStarted. It fires once when all of your projects have started. The other events can fire more than once if you have more than one project in your solution.