Commands & Syntax > Commands > Macro Engine >

www.MacroToolworks.com

Macro execution: Progress/Cancel HIDE - < me_macroprogress_hide > ... [Pro]

 

Macro execution: Progress/Cancel HIDE
<me_macroprogress_hide>
Available in: Professional edition

This command hides macro execution progress window with Cancel/Pause button.

 

 

Example (Macro Steps):

 

1

<#> <#> This macro shows/hides macro progress execution window

2

Macro execution: ONLY COMMANDS

3

Macro execution: Progress/Cancel SHOW

4

WAIT wait "3000" ms (time is constant: "")

5

<#> <#> Wait 3 seconds

6

Macro execution: Progress/Cancel HIDE

7

WAIT wait "3000" ms (time is constant: "")

8

<#> <#> Wait 3 seconds

9

Macro execution: Progress/Cancel SHOW

10

WAIT wait "3000" ms (time is constant: "")

11

<#> <#> Wait 3 seconds

Example (Plain Text):

 

<#> This macro shows/hides macro progress execution window

<#>

<cmds>

<me_macroprogress_show>

<wx>(3000) <#> Wait 3 seconds

<me_macroprogress_hide>

<wx>(3000) <#> Wait 3 seconds

<me_macroprogress_show>

<wx>(3000) <#> Wait 3 seconds