Record
event
No description available.
record event {
action: option<event-action-enum>,
created: option<string>,
duration: option<f64>,
entity: option<event-entity>,
id: option<s32>,
message: option<string>,
percent-complete: option<s32>,
rate: option<string>,
read: option<bool>,
secondary-entity: option<event-secondary-entity>,
seen: option<bool>,
status: option<event-status-enum>,
time-remaining: option<string>,
username: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| action | option<event-action-enum> | |
| created | option<string> | |
| duration | option<f64> | |
| entity | option<event-entity> | |
| id | option<s32> | |
| message | option<string> | |
| percent-complete | option<s32> | |
| rate | option<string> | |
| read | option<bool> | |
| secondary-entity | option<event-secondary-entity> | |
| seen | option<bool> | |
| status | option<event-status-enum> | |
| time-remaining | option<string> | |
| username | option<string> |