|   | SnmpApplicationProcessingFinished Property | 
        
        
            Gets a value indicating whether processing is finished.
            
        
        Namespace: GSF.Net.Snmp.PipelineAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic bool ProcessingFinished { get; }Public ReadOnly Property ProcessingFinished As Boolean
	Get
public:
property bool ProcessingFinished {
	bool get ();
}member ProcessingFinished : bool with get
function get_ProcessingFinished();
Property Value
Booleantrue if processing is finished; otherwise, 
false.
 See Also
See Also