Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetcl
proc GiD_Event_AfterDataManagerDisconnect { } {
    # only the last GiD to quit will trigger this event.
}


GiD_Event_AfterDataManagerSetCloudFolder: will be called when DataManager’s share is mounted, unmounted, or also if before start GiD it was already mounted, once it was detected.

Code Block
languagetcl
proc GiD_Event_AfterDataManagerSetCloudFolder { path } {
    # path = Unit in windows ( Z: for instance)
    # path = $HOME/GiD Cloud in linux or macOS
    # path = "" if is unmounted or already was not detected
}