Property SyncOnStart() As AutoSyncMode
Description
Indicates whether the function tables are to be synchronized when the function is started. This property is function-specific and takes precedence over any global value configured in the MT_FunctionSetting table.
Possible values for AutoSyncMode are:
Public Enum AutoSyncMode
asfNone
asfAll
asfDownloadOnly
asfUploadOnly
End Enum
By default, the global value set in the MT_FunctionSetting table is used (asfNone or asfAll). Using code, the value function can be made specific and the range of the function tables to be synchronized can be modified (asfDownloadOnly and asfUploadOnly). The most common option is asfDownloadOnly.
If synchronization before the function start is enabled, the synchronization progress dialog is displayed during synchronization. The user will then have to wait until the synchronization has completed before starting the function.