BBjFileSystem::getTriggerData

Description

In BBj 6.0 and higher, this method returns the BBjTriggerData object.

Syntax

Return Value

Method

BBjTriggerData

getTriggerData()

Parameters

None.

Return Value

Returns a BBjTriggerData which provides access to the parameters of the Trigger.

Remarks

This method throws an !ERROR=207 (BBJ_STATE) if invoked when not in a Trigger.

Example

rem 'Get a Trigger object from the BBj File System
tt! = BBjAPI().getFileSystem().getTriggerData()

See Also

BBjAPI

BBjSysGui

Object Variables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.