TolliumControllerBase::GetAsyncObject (open)

Creates/returns an async action object

Syntax

LOADLIB "mod::tollium/lib/internal/controllerbase.whlib";

OBJECT FUNCTION GetAsyncObject(OBJECT component, STRING type, STRING ftid, BOOLEAN create)

Parameters

OBJECT component
STRING type

Type ('asyncdownload', 'asyncwindowopen', 'asynccallback')

STRING ftid

File transfer id

BOOLEAN create

Create if it doesn't exist yet

Return value

OBJECT