Class DraftStoreMigrationJob

Inheritance
System.Object
DraftStoreMigrationJob
Namespace: EPiServer.Commerce.Internal.Migration.ScheduledJobs
Assembly: EPiServer.Commerce.Internal.Migration.dll
Version: 10.8.0
Syntax
public class DraftStoreMigrationJob : ScheduledJobBase

Constructors

DraftStoreMigrationJob()

Declaration
public DraftStoreMigrationJob()

Properties

MigrationTimeSpan

Declaration
public static TimeSpan MigrationTimeSpan { get; }
Property Value
Type Description
System.TimeSpan

Methods

Execute()

Declaration
public override string Execute()
Returns
Type Description
System.String

OnStatusChanged(String)

Declaration
protected override void OnStatusChanged(string statusMessage)
Parameters
Type Name Description
System.String statusMessage

Stop()

Declaration
public override void Stop()