[This is preliminary documentation and is subject to change.]

Displays Change Pause dialog and returns WaitMacroCommand object with specified pause or null.

Namespace:  Phoenix.Macros
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static WaitMacroCommand PromptUser(
	int pause
)
Public Shared Function PromptUser ( _
	pause As Integer _
) As WaitMacroCommand
public:
static WaitMacroCommand^ PromptUser(
	int pause
)

Parameters

pause
Int32

See Also