Question
1
Replies
49
Views
Standard Chartered Bank Thai PCL
Posted: July 8, 2019
Last activity: July 9, 2019
Closed
How to call Automation when project loaded & unloaded ?
I'm using OpenSpan studio version 8.0
I need to call an automation when project load & unload.
Is there any event or properties used for this case ?
Hello,
You can use RuntimeHost.ProjectStarted from toolbox under runtime category to trigger the automation when project is loaded in the runtime.
If you wanted to trigger automation on unload of project we don't have event for that. But you can trigger automation when you exit the runtime using the RuntimeLoader.Exiting event
Thanks