BBjTriggerData::getTimeOut

Description

In BBj 6.0 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.