BBjTriggerData::getTimeout

Description

In BBj 6.00 and higher, this method returns the TIM option's value.

Syntax

Return Value

Method

int

getTimeout()

Parameters

None.

Return Value

The TIM= Option from the Read/Extract Verb.

Remarks

None.

Example

rem 'Get the Trigger object from the BBj File System

td! = BBjAPI().getFileSystem().getTriggerData()

rem 'Get the Timeout
timeout = td!.getTimeout()

See Also

BBjAPI

BBjTriggerData

ObjectVariables

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