BitsJobTransferEventArgs.IsFinished Property
Gets a value that indicates whether BITS is done processing all of the files in the queue.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool IsFinished { get; }
public:
property bool IsFinished {
bool get();
}
Public ReadOnly Property IsFinished As Boolean
Property Value
Type: System.Boolean
See Also
BitsJobTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top