Previous Topic: isFIPSModeNext Topic: load


isTouchpointUp

The isTouchpointUp function determines if a touchpoint is active.

Syntax

bIsUp = isTouchpointUp(touchpointName)

Arguments

touchpointName (String)

Specifies name of the touchpoint.

Return Value

bIsUP (Boolean)

Returns true if the touchpoint is active or false otherwise.

Example

bIsUp = isTouchpointUp("AccountingTouch");