Difference between revisions of "PROGRESS START"
From Macros Wiki
Line 2: | Line 2: | ||
{{Command|syntax=PROGRESS_START <title> | {{Command|syntax=PROGRESS_START <title> | ||
− | |description=Start the progress bar. Once started, the user can use the Progress Stop button to terminate the macro. | + | |description=:Start the progress bar. Once started, the user can use the Progress Stop button to terminate the macro. |
|param1=<title>|param1_desc=The title text to display above the progress bar. | |param1=<title>|param1_desc=The title text to display above the progress bar. |
Latest revision as of 09:57, 19 August 2010
Command
- PROGRESS_START <title>
- Start the progress bar. Once started, the user can use the Progress Stop button to terminate the macro.
Parameters
- <title>
- The title text to display above the progress bar.
Example
- PROGRESS_START "Creating special toolpath"
- For an example macro see Modify_Op_Path