ApplicationMgr.AutomaticallyReloadModifiedFiles
- Updated2025-07-21
- 1 minute(s) read
ApplicationMgr.AutomaticallyReloadModifiedFiles
Syntax
ApplicationMgr.AutomaticallyReloadModifiedFiles
Data Type
AutomaticallyReloadModifiedFilesOptions
Use the following constants with this data type:
- AutomaticallyReloadModifiedFilesOption_DoNotReload –(Value: 1) Specifies that the Application Manager control never calls the ApplicationMgr.ReloadModifiedSequenceFilesEx method. You must call the ApplicationMgr.ReloadModifiedSequenceFilesEx method to reload modified sequence files.
- AutomaticallyReloadModifiedFilesOption_OnActivateApplication –(Value: 3) Specifies that the Application Manager control calls the ApplicationMgr.ReloadModifiedSequenceFilesEx method when you activate the application.
- AutomaticallyReloadModifiedFilesOption_OnTimer –(Value: 2) Specifies that the Application Manager control calls the ApplicationMgr.ReloadModifiedSequenceFilesEx method at the interval you specify with the ApplicationMgr.ReloadModifiedFilesInterval property.
Purpose
Specifies when the Application Manager control reloads sequence files that you modified on disk.
Remarks
The Application Manager control generates the ApplicationMgr.QueryReloadSequenceFile event when the Application Manager control wants to reload the sequence file.
See Also
ApplicationMgr.QueryReloadSequenceFile