EosMetrics.EventRecorder.prototype.record_progress
function record_progress(event_id: String, key: GLib.Variant, auxiliary_payload: GLib.Variant): void {
// Gjs wrapper for emtr_event_recorder_record_progress()
}
Make a best-effort to record the fact that an event of type event_id progressed at the current time. May be called arbitrarily many times between a corresponding start and stop. Behaves like EosMetrics.EventRecorder.prototype.record_start.
- event_id
an RFC 4122 UUID representing the type of event that took place
- key
the identifier used to associate the event progress with the start, stop, and any other progress
- auxiliary_payload
miscellaneous data to associate with the events. Must not contain maybe variants as they are not compatible with D-Bus.