Enum RecipeRunMode
How far a recipe run goes.
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public enum RecipeRunMode
Fields
| Name | Description |
|---|---|
| DryRun | Validate and resolve what would be created/updated, but write nothing. |
| Import | Validate and write assets (create/update) when there are no blockers. |
| Validate | Parse and validate only; no outcomes are resolved and nothing is written. |