You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually redundant. It's far easier to pull that data from the worksharing logs. It makes no sense at all to invest an time in this. That node should be removed.
This data should be delivered as two
LoadedModelEvents
:Sync_Start
andSync_End
- therefore related to #7Sync start
Option 1 - Sync with settings
)
This one has a
JournalTimeStamp
in the next line whereJournalTimeStamp.Description == "ADialog::doModal stop"
or:
Option 2 - Quick sync
This one has a
JournalTimeStamp
without a description in the previous line.Similar events for keyboard shortcuts still need to be recorded.
Sync end
Look for the next
JournalTimeStamp
whereJournalTimeStamp.Description == "idle0_doc"
The text was updated successfully, but these errors were encountered: