pub fn write_activity(
activity_hash: u64,
label_hash: u64,
start_ms: u64,
end_ms: u64,
) -> [NQuin; 3]Expand description
Write an activity record (labelling session, cleaning run, etc.) to PROVENANCE_CONTEXT.
Returns 3 quins:
- activity type label
- activity start time
- activity end time