P_Furcadia_Net_Utils_CommandQueueManager_Pause - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

CommandQueueManager.Pause 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 43

Syntax

C#

public bool Pause { get; set; }

VB

Public Property Pause As Boolean
	Get
	Set

VB Usage

Dim instance As CommandQueueManager
Dim value As Boolean

value = instance.Pause

instance.Pause = value

C++

public:
property bool Pause {
	bool get ();
	void set (bool value);
}

F#

member Pause : bool with get, set

Property Value

Type: Boolean

See Also

Reference

CommandQueueManager Class
Furcadia.Net.Utils Namespace

⚠️ **GitHub.com Fallback** ⚠️