Home > All Other Interfaces > IPresentation > PresentationStatus

PresentationStatus

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

 

JavaScript

 

PresentationStatus

 

C#

 

PresentationStatus PresentationStatus { get; }

 

C++

 

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