Journalysis icon indicating copy to clipboard operation
Journalysis copied to clipboard

Measure Sync with Central duration

Open andydandy74 opened this issue 7 years ago • 1 comments

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"

andydandy74 avatar Nov 24 '17 20:11 andydandy74

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.

andydandy74 avatar Mar 03 '20 17:03 andydandy74