Interface: ProgressFileComplete
Defined in: packages/cspell-types/dist/index.d.mts:145
Extends
Properties
cached?
optionalcached:boolean
Defined in: packages/cspell-types/dist/index.d.mts:164
true if the file was processed from the cache.
elapsedTimeMs
elapsedTimeMs:
number|undefined
Defined in: packages/cspell-types/dist/index.d.mts:151
The time it took to process the file in milliseconds.
If undefined, then the elapsed time is not available.
fileCount
fileCount:
number
Defined in: packages/cspell-types/dist/index.d.mts:139
The total number of files being processed.
Inherited from
filename
filename:
string
Defined in: packages/cspell-types/dist/index.d.mts:143
The file name or href of file being processed.
Inherited from
fileNum
fileNum:
number
Defined in: packages/cspell-types/dist/index.d.mts:135
The sequence number of the file being processed.
Inherited from
issues?
optionalissues:Iterable<Issue,any,any>
Defined in: packages/cspell-types/dist/index.d.mts:169
Issues found in the file.
If undefined, then the issues are not available.
numErrors
numErrors:
number|undefined
Defined in: packages/cspell-types/dist/index.d.mts:160
Number of errors and issues found in the file.
processed
processed:
boolean|undefined
Defined in: packages/cspell-types/dist/index.d.mts:156
true if the file was processed.
false if the file was skipped.
reportIssueOptions?
optionalreportIssueOptions:ReportIssueOptions
Defined in: packages/cspell-types/dist/index.d.mts:173
reportIssuesOptions to be used when reporting issues.
type
type:
"ProgressFileComplete"
Defined in: packages/cspell-types/dist/index.d.mts:146