Enum RecipeAssetOutcome
What happened to a target asset during a (real or simulated) import.
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Reporting
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public enum RecipeAssetOutcome
Fields
| Name | Description |
|---|---|
| Created | The asset did not exist and was (or would be) created. |
| Skipped | The asset was skipped (e.g. a type mismatch at the target path). |
| Updated | The asset existed with the expected type and was (or would be) updated in place. |