Visible
(boolean) Whether to make the plugin 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
P r og r ess
Progress.GetCurrentPos
OverviewExamples
number Progress.GetCurrentPos ( string ObjectName )
De s cr ip t ion
Returns the current position of the progress meter within the progress bar.
P arame t er s
ObjectName
(string) The name of the progress object.
Re t u r n s
(number) The current position of the progress meter within the progress bar. If an error occurs -1 is returned. You can use Application.GetLastError to determine whether this action failed, and why.