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

Gets or sets pause that is automaticly inserted after active commands.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Pause { get; set; }
Public Property Pause As Integer
public:
property int Pause {
	int get ();
	void set (int value);
}

See Also