Back to product page
- Introduction
- Overview
- License agreement
- Configuration file creation
- Getting Started
- Objects
- Enumerations
- wodAppUpdate
- Methods
- Properties
- AutoRestart
- Blocking
- CmdAfter
- CmdBefore
- CmdLine
- DebugFile
- DialogNoteText
- DialogNoteURL
- DialogText
- Files
- ForceRestart
- GlobalTerminate
- Login
- Messages
- Notification
- Password
- PrevExist
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- ReplaceRule
- RequireAdmin
- ServiceIsRunning
- Signature
- State
- StateText
- Timeout
- UpdaterName
- UpdaterTimeout
- URL
- URLHandler
- UserIsAdmin
- Version
- Visible
- WinVersion
- Events
- Notifications
- UpdFile
- UpdFiles
- UpdMessage
- UpdMessages
- UpdProcess
- UpdProcesses
- How to get support?
- Technical information
- Fast notifications interface
- Error list
StateChange event
Fires when component changes its state.
Syntax
- Basic
Private Sub object_StateChange(OldState)
The StateChange(object,OldState) syntax has these parts:
The StateChange(object,OldState) syntax has these parts:
object | A wodAppUpdate object. |
OldState | An UpdateStates enumeration, as described in settings. Holds previous state. |
Remarks
SettingsThe settings for Action are:
Constant | Value | Description |
---|---|---|
StateNotConnected | 0 | Not connected. |
StateCheckingUpdates | 1 | Checking for new updates. |
StateDownloadingFile | 2 | Downloading new updates. |
StateUpdating | 3 | Replacing updates. |