Last updated 6 days ago
Was this helpful?
Constructor in
Initialises a new instances of the UpgradeJob struct.
public UpgradeJob(UpgradeType upgradeType, IEnumerable<CompilationJob.File> files)
upgradeType
The type of the upgrade.
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File> files
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File>
The files to upgrade.