Returns information about movie compression progress
See also Mac client functions.
Signature:
recovering,
progress
=
MovieRecording_GetProgress()
Returns:
recovering
- True if a previous compression was interrupted (e.g. due to WoW being crashing or being forced to quit), indicating that recovery is being attempted on the file; otherwise false (boolean
)progress
- Progress of the movie compression process (0 = just started, 1 = finished) (number
)
This function is designed for the Mac OS X client only