BiTestActionThread

This class represents an if action thread used by BiTest.@remark A BiActionThread can be described as an action instance. It represents exactly one execution and is used to keep track of asynchronous executions.

This class extends BiActionThread and therefore all methods and fields available for BiActionThread are also available for BiTestActionThread .

Constructor

new BiTestActionThread ( oAction )

Parameters

NameTypeOptionalDefaultDescripton
oActionBiActionThe action called.

Properties

None.

Methods

None.

Events

NameTypeBubblesDescripton
completedBiEventThis event is dispatched when the thread is completed.
execBiEventThis event is dispatched when the thread is executed.

Static Methods

None.

Static Fields

None.

Remarks

None.