SDBProgress: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
(→‎CoClass SDBProgress: Removed parentheses.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{AutomationObjectsList}}
== CoClass SDBProgress ==
== CoClass SDBProgress ==


Progress bar handling methods.
Object represents one instance of progress bar in main MediaMonkey window. New instance is acquired by calling [[ISDBApplication::Progress|SDB.Progress]] method.


=== ISDBProgress members ===
=== ISDBProgress members ===
    
    
{{MethodsList  
{{MethodsList  
|[[ISDBProgress::Increase|Increase]] |Method |
|[[ISDBProgress::Increase|Increase]] |Method | Increases value of progress bar by one.
|[[ISDBProgress::MaxValue|MaxValue]] |Property Get/Let |
|[[ISDBProgress::MaxValue|MaxValue]] |Property Get/Let | Contains maximum value of the progress bar.
|[[ISDBProgress::Terminate|Terminate]] |Property Get |
|[[ISDBProgress::Terminate|Terminate]] |Property Get | Returns true when script processing should terminate.
|[[ISDBProgress::Text|Text]] |Property Get/Let |
|[[ISDBProgress::Text|Text]] |Property Get/Let | Contains text shown on the progress bar.
|[[ISDBProgress::Value|Value]] |Property Get/Let |
|[[ISDBProgress::Value|Value]] |Property Get/Let | Contains current value of the progress bar.
}}
}}



Latest revision as of 19:00, 20 April 2013

CoClass SDBProgress

Object represents one instance of progress bar in main MediaMonkey window. New instance is acquired by calling SDB.Progress method.

ISDBProgress members

Name Type Description
Increase Method Increases value of progress bar by one.
MaxValue Property Get/Let Contains maximum value of the progress bar.
Terminate Property Get Returns true when script processing should terminate.
Text Property Get/Let Contains text shown on the progress bar.
Value Property Get/Let Contains current value of the progress bar.