$cancel | $cancel() If required,cancels execution of worker on background thread.Will not return until the request has been cancelled |
$cancelled | $cancelled() Method called when the request has been cancelled |
$completed | $completed(wResults) Method called when the request completes.wResults is a row containing the results of executing the request |
$init | $init(iAction,iEncryptionType,iCipherMode,iPadding,xKey,xIV,vInputData[,cOutputPath]) Initialise the object so it is ready to perform the specified action.Returns true if successful |
$makerandom | $makerandom(iBytes,&xRandomData) Generates some random data with the specified length in bytes.This is suitable for use as an encryption key or initialization vector.Returns true if successful |
$run | $run() Run worker on current thread.Returns true if the worker executed successfully |
$start | $start() Run worker on background thread.Returns true if the worker was successfully started |