if (!forced_ByScheduler && this.status.isLocked) {
            this.status.targetValue = this.status.userTargetValue;
            return this.calculateStatus(this.status.targetValue);
        }