Question
2
Replies
110
Views
Accenture Solutions Pvt Ltd
Posted: March 8, 2018
Last activity: April 12, 2018
Closed
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.