Prev Next

ScenarioExtension Class

ScenarioExtension Attributes

Attribute

Description

See also

ExtensionGUID

String

Notes: Read/Write

A unique GUID for this Extension.

Join

String

Notes: Read/Write

The GUID of the step where this Extension rejoins the Scenario.

JoiningStep

ScenarioStep

Notes: Read only

The actual step where this Extension rejoins the Scenario, if any.

ScenarioStep Class

Level

String

Notes: Read only

The number of this Extension as shown in the scenario editor. This is derived from the value of Pos for this object and the owning step.

Name

String

Notes: Read/Write

The Extension name. This should match the name of the linked scenario.

ObjectType

ObjectType

Notes: Read only

Distinguishes objects referenced through a Dispatch interface.

ObjectType

Pos

Long

Notes: Read/Write

The position of the Extension in the Extensions list.

Scenario

Scenario

Notes: Read only

The scenario that is executed as an alternative path for this Extension.

Scenario Class

ScenarioExtension Methods

Method

Description

See also

GetLastError()

String

Notes: Returns a string value describing the most recent error that occurred in relation to this object.

Update()

Boolean

Notes: Updates the current ScenarioExtension object after modification or appending a new item.

If False is returned, check the 'GetLastError()' function for more information.