Furcadia Framework For Third Party Programs
CommandQueueManagerPause Property |
[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: BooleanSee Also