  | AbstractQueueMemberEventPaused Property  | 
            When queue member is paused (not accepting calls).
            Evaluates 
 if this member has been paused,
            
 if not.
Available since : Asterisk 12.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Paused { get; set; }Public Property Paused As Boolean
	Get
	Set
public:
property bool Paused {
	bool get ();
	void set (bool value);
}member Paused : bool with get, set
Property Value
Type: 
Boolean
See Also