Vixen
02b45cc4
csharp
public readonly record struct ImportSummary

What an import of a whole project did.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • public int Imported

    How many assets ran an importer.

  • public int Cached

    How many were skipped because nothing about them had changed.

  • public int Failed

    How many came out with an error.

  • public TimeSpan Elapsed

    How long it took.

  • public bool Succeeded

    Whether anything failed.

Methods (1)

  • public ImportSummary(int Imported, int Cached, int Failed, TimeSpan Elapsed)

    What an import of a whole project did.

Used by (5)

  • ContentPipelineVixen.Editor.Assets
  • ContentPipelineTestsVixen.Editor.Assets.Tests
  • ContentTasksVixen.Editor.App
  • ImportRunnerVixen.Cli
  • VixenCommandVixen.Cli