Interface: ProgressFileComplete
Defined in: cspell-types/dist/index.d.mts:205
Extends
Properties
cached?
optionalcached?:boolean
Defined in: cspell-types/dist/index.d.mts:228
true if the file was processed from the cache.
elapsedTimeMs
elapsedTimeMs:
number|undefined
Defined in: cspell-types/dist/index.d.mts:211
The time it took to process the file in milliseconds.
If undefined, then the elapsed time is not available.
fileCount
fileCount:
number
Defined in: cspell-types/dist/index.d.mts:199
The total number of files being processed.
Inherited from
filename
filename:
string
Defined in: cspell-types/dist/index.d.mts:203
The file name or href of file being processed.
Inherited from
fileNum
fileNum:
number
Defined in: cspell-types/dist/index.d.mts:195
The sequence number of the file being processed.
Inherited from
issues?
optionalissues?:Iterable<Issue,any,any>
Defined in: cspell-types/dist/index.d.mts:233
Issues found in the file.
If undefined, then the issues are not available.
numErrors
numErrors:
number|undefined
Defined in: cspell-types/dist/index.d.mts:224
Number of errors and issues found in the file.
processed
processed:
boolean|undefined
Defined in: cspell-types/dist/index.d.mts:216
true if the file was processed.
false if the file was skipped.
reportIssueOptions?
optionalreportIssueOptions?:ReportIssueOptions
Defined in: cspell-types/dist/index.d.mts:237
reportIssuesOptions to be used when reporting issues.
skippedReason?
optionalskippedReason?:string
Defined in: cspell-types/dist/index.d.mts:220
Optional reason for skipping the file.
type
type:
"ProgressFileComplete"
Defined in: cspell-types/dist/index.d.mts:206