5 references to Cancelled
Microsoft.TemplateEngine.Cli (5)
PostActionDispatcher.cs (3)
66/// If the user cancelled post action with <see cref="IPostAction.ContinueOnError"/> set to true, the result will be <see cref="PostActionExecutionStatus.Cancelled"></see> anyway.<br /> 133result |= PostActionExecutionStatus.Cancelled; 150result |= PostActionExecutionStatus.Cancelled;
TemplateInvoker.cs (2)
320PostActionExecutionStatus.Cancelled => NewCommandStatus.Cancelled, 321PostActionExecutionStatus.Failure | PostActionExecutionStatus.Cancelled => NewCommandStatus.PostActionFailed,