Class FileCounts
- Assembly
- AntRunnerLib.dll
- Inheritance
-
System.
Object FileCounts
- Implements
-
System.
IEquatable <FileCounts >
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
Cancelled
The number of files that where cancelled.
Property Value
- System.
Int32
Completed
The number of files that have been processed.
Property Value
- System.
Int32
Failed
The number of files that have failed to process.
Property Value
- System.
Int32
InProgress
The number of files that are currently being processed.
Property Value
- System.
Int32
Total
The total number of files.
Property Value
- System.
Int32