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

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

Syntax

         
 C#  Visual Basic  Visual C++ 
[CommandAttribute("waitjournal")]
public static void WaitForText(
	params string[] text
)
<CommandAttribute("waitjournal")> _
Public Shared Sub WaitForText ( _
	ParamArray text As String() _
)
[CommandAttribute(L"waitjournal")]
public:
static void WaitForText(
	... array<String^>^ text
)

Parameters

text
array< String >[]()[]

See Also