Start

Syntax 1: for Animation controls

Description

Occurs when an animation has started playing.

Event ID

Event ID

Objects

pbm_animatestart

Animation


Arguments

None

Return Values

Long.

Return code choices (specify in a RETURN statement):

0 -- Continue processing

See also

Stop

Syntax 2: for CompressorObject and ExtractorObject objects

Description

Occurs before the file compression or extraction starts. This event can be used to display the total number of bytes in the file that will be compressed or decompressed.

Event ID

Event ID

Objects

None

CompressorObject and ExtractorObject


Arguments

Argument

Description

TotalSize

For CompressorObject, it is a longlong whose value is the total number of bytes in the file that will be compressed, plus the size of some additional meta data.

For ExtractorObject, it is a longlong whose value is the original size of all files in the compressed archive.


Return Values

None

See also

Error

Finished

ProcessingFile

SizeCompleted