PresentationStatus

Gets an enum that returns the presentation’s play status. The following are the possible values:

§   PS_PLAYING = 0

§   PS_NOTPLAYING = 1

§   PS_PAUSED = 2

§   PS_WAITINGTIME = 3

§   PS_WAITINGCLICK = 4

§   PS_BEFORE_SWITCHING_TO_ANOTHER_PRESENTATION = 5

§   PS_AFTER_SWITCHING_FROM_ANOTHER_PRESENTATION = 6

 

JavaScript

 

PresentationStatus

 

C#

 

PresentationStatus PresentationStatus { get; }

 

C++

 

HRESULT PresentationStatus([out, retval] PresentationStatus* pVal)