Hello,
I'd like to have a stop and a start button on my Visio page to set the state of an element.
How is it possible?
Thanks.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best
Hi Yvon,
You'll have to link your shape to an automation script that starts or stops the element.
You can link the shape to a script using the "Execute" shape data property.
You can start (or stop) an element in automation using the Element.Start() (or Element.Stop()) method.

Ive Herreman [SLC] [DevOps Enabler] Posted new comment
Hi Yvon,
I’ve added a screenshot in the original answer.
Thanks Ive.
Would you have an example of such script?