Click or drag to resize

IScriptingEventsOnBeforeLocalUpdateShutdown Method

Called after local update processing is complete, right before shutdown. Not called if the local update failed.

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnBeforeLocalUpdateShutdown(
	int associateid
)

Parameters

associateid
Type: SystemInt32
Examples

Description

This text may be copied to the notepad, and saved as a *.vbs file.

VB
Sub OnBeforeLocalUpdate
    SOMessageBox "Did you update your diary if you're travelling for a while?"
End Sub

Description

This text may be copied to the notepad, and saved as a *.vbs file.

VB
Sub OnBeforeLocalUpdateShutdown
    SOMessageBox "Remember to turn your monitor off before you leave the office"
End Sub

See Also