London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DraftStoreMigrationJob

Inheritance
System.Object
DraftStoreMigrationJob
Namespace: EPiServer.Commerce.Internal.Migration.ScheduledJobs
Assembly: EPiServer.Commerce.Internal.Migration.dll
Version: 13.30.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()