Media Player Object - Pause

Pauses a Media Player Object.

Action ID:
Action Category:
Action List Syntax:

48
Media Player Object
MediaPlayerObject[<<OBJECTNAME>>].Pause

Settings

Object:

The name of the Media Player Object that you want to pause.

Notes

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_PAUSE_MEDIA_PLAYER_OBJECT

MSG_ERR_PAUSE_MEDIA_PLAYER_OBJECT
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

2

MSG_ERR_PAUSE_MEDIA_PLAYER_OBJECT

MSG_ERR_PAUSE_MEDIA_PLAYER_OBJECT
MSG_ERR_MEDIA_PLAYER_OBJECT_CONTENT_CLOSED
<<OBJECTNAME>>

Examples

None