ActionScheduler_DataController::mark_migration_complete
Mark the migration as complete.
Method of the class: ActionScheduler_DataController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = ActionScheduler_DataController::mark_migration_complete();
ActionScheduler_DataController::mark_migration_complete() ActionScheduler DataController::mark migration complete code WC 10.7.0
public static function mark_migration_complete() {
update_option( self::STATUS_FLAG, self::STATUS_COMPLETE );
}