mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
MG-85: add ability to set a history range and a timeout to a timer handler (#132)
This commit is contained in:
parent
f4a87ead1e
commit
041b701c5f
@ -124,6 +124,10 @@ union TimerAction {
|
|||||||
struct SetTimerAction {
|
struct SetTimerAction {
|
||||||
/** Критерий остановки таймера ожидания */
|
/** Критерий остановки таймера ожидания */
|
||||||
1: required base.Timer timer;
|
1: required base.Timer timer;
|
||||||
|
/** История, с которой будет вызываться обработчик таймера. По умолчанию вся история. */
|
||||||
|
2: optional HistoryRange range;
|
||||||
|
/** Таймаут, с которым будет вызываться обработчик таймера. По умолчанию 30 секунд. */
|
||||||
|
3: optional base.Timeout timeout;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user