force_set_cursor: TxDescriptor<{
    cursor?: Enum<{
        Active: {
            index: number;
            inner_cursor?: Binary;
            started_at: number;
        };
        Stuck: undefined;
    }>;
}>

Allows root to set a cursor to forcefully start, stop or forward the migration process.

Should normally not be needed and is only in place as emergency measure. Note that restarting the migration process in this manner will not call the [MigrationStatusHandler::started] hook or emit an UpgradeStarted event.