| Предыдущий | Следующий |
| UTC_E_TIME_TRIGGER_ON_START_INVALID | UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE |
UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION
Что означает UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION
UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION (0x87C51031) — uTC: временной триггер только допустим на один переход.
UTC_E_* относятся к Windows telemetry/diagnostic tracing infrastructure. Результат следует связывать с конкретной collection/session/action и её конфигурацией, а не с общей работоспособностью системы.
Что проверить
- Сохраните collection/session ID, action, provider/configuration и первый UTC HRESULT.
- Проверьте поддержку API/action и состояние collection pipeline; повтор после очистки должен использовать актуальную session identity.
Данные для диагностики
- UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE concerns multiple timers attached within one state
- trigger ID, all referencing transitions, source states, durations and graph serialization
- clone the trigger so each transition owns a distinct timer and compare behavior
Исходная формулировка
- UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE concerns multiple timers attached within one state
- trigger ID, all referencing transitions, source states, durations and graph serialization
- clone the trigger so each transition owns a distinct timer and compare behavior
- Author one timer per transition and preserve independent cancellation when a state exits for this result.
Технические ссылки
- Microsoft Open Specifications: Windows error-code registry.
- Microsoft: Universal Telemetry Client configuration diagnosis.
- Microsoft: Querying Windows Event Log.
- Microsoft: Windows Performance Recorder.
Нужно найти другой код? Найти другой код состояния или ошибки.
