Journalysis
Journalysis copied to clipboard
Measure Sync with Central duration
This data should be delivered as two LoadedModelEvents
: Sync_Start
and Sync_End
- therefore related to #7
Sync start Option 1 - Sync with settings
Jrn.PushButton "Modal , Synchronize with Central , Dialog_Revit_PartitionsSaveToMaster" , "OK, IDOK"
)
This one has a JournalTimeStamp
in the next line where JournalTimeStamp.Description == "ADialog::doModal stop"
or: Option 2 - Quick sync
Jrn.Command "Ribbon" , "Save the active project back to the Central Model , ID_FILE_SAVE_TO_MASTER_SHORTCUT"
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
where JournalTimeStamp.Description == "idle0_doc"
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.