Class UmbracoPlanExecutedNotification
Published the umbraco migration plan has been executed.
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Migrations.Notifications
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UmbracoPlanExecutedNotification : INotification
Remarks
The migration plan may or may not have succeeded, signaled by the Successful property.
A failed migration plan may have partially completed, in which case the successful transition are located in the CompletedTransitions collection.
Fields
View SourceExecutedMigrationPlan
Declaration
public required ExecutedMigrationPlan
Field Value
Type | Description |
---|---|
required |