Pause sequence playback with Acknowledge Request
Hello,
I am in development of a HoloLens experience and faced the following issue:
- Sequence created in Creo Illustrate 4.2, displayed in HoloLens correctly,
- I am using $scope.$on('newStep', function(evt, arg) to display sequence step information during playback.
After a step is played (using play event), the sequence is switched to the next step.
Thus the information I am displaying using newStep is automatically overwritten with the data related to the next step.
I am looking for a possibility to pause the sequence playback after a step is played.
In Illustrate there is a possibility to use Acknowledge to pause the playback and theres is an Acknowledge Request among the studio events, but I did not figure out how to tie those together.
Any ideas?
Thanks in advance!

