|

Visible


(boolean) Whether to make the progress object visible or invisible:



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Progress.StepIt

OverviewExamples

Progress.StepIt ( string ObjectName )


De s cr ip t ion


Increments the current progress by the step amount specified in the Progress.SetStep() action.


P arame t er s


ObjectName


(string) The name of the progress object.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

Q u i ck T i m e


image

QuickTime.GetCurrentPos

OverviewExamples

number QuickTime.GetCurrentPos ( string ObjectName )


De s cr ip t ion


Retrieves the current time position of the media in a QuickTime object, in seconds.


P arame t er s


ObjectName


(string) The QuickTime object to get the current time of.


Re t u r n s


(number) The current position of the media in seconds. You can use Application.GetLastError to determine whether this action failed, and why.


|