UpdateBackgroundObject Method

Forces changes made to an object in the foreground to be transferred to a Schedule running in the background FixBackgroundServer application.

Syntax

object.UpdateBackgroundObject bstrObjectName, [iUpdateMode], [iRunMode]

Properties

The UpdateBackgroundObject method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

bstrObjectName

String. The name of the object in the schedule to be updated in the background task.

iUpdateMode

Long.
Valid entries:

1 – Add (default)
2 – Modify
3 – Delete

iRunMode

Long.
Valid entries:

1 – Run (default)
2 – Stop

 

Example

Applies To