| Syntax |
rootUpdates.threadedUpdate (adrInRoot, flQuietMode=false)
|
| Params |
adrInRoot is the address of an object in the object database to be updated.
flQuietMode is an optional boolean parameter. If it's true, all user interaction will be suppressed.
|
| Action |
Spawns a new thread, then calls rootUpdates.update, which connects to the server associated with this database and gets the latest new and changed parts.
|
| Returns |
True.
|
| Examples |
rootUpdates.threadedUpdate (@root) //Update Frontier.root
//true
rootUpdates.threadedUpdate (@["Power HD:Applications:Frontier:Nirvana Server:www:docserver.root"].script.clearBreakpoint) //Update a guest database
//true
|
| Notes |
This verb is a wrapper for rootUpdates.update. It's sole function is to call rootUpdates.update in a new thread, so that the rootUpdates verbs themselves can be updated.
This verb is called from the top item in the Main menu.
|
| See Also |
rootUpdates.update
betty.rpc.client
tcp.httpClient
|