CommandQueueManager.Pause Property

FFF3PP

CommandQueueManagerPause Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

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

Is the Queue Paused?

Namespace:  Furcadia.Net.Utils
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool Pause { get; set; }
Public Property Pause As Boolean
	Get
	Set

Dim instance As CommandQueueManager
Dim value As Boolean

value = instance.Pause

instance.Pause = value
public:
property bool Pause {
	bool get ();
	void set (bool value);
}
member Pause : bool with get, set

Property Value

Type: Boolean
See Also