Pack200.IUnpacker.Progress Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The unpacker's progress as a percentage, as periodically updated by the unpacker.
[Android.Runtime.Register("PROGRESS")]
public const string Progress;
[<Android.Runtime.Register("PROGRESS")>]
val mutable Progress : string
Field Value
- Attributes
Remarks
The unpacker's progress as a percentage, as periodically updated by the unpacker. Values of 0 - 100 are normal, and -1 indicates a stall. Progress can be monitored by polling the value of this property.
At a minimum, the unpacker must set progress to 0 at the beginning of a packing operation, and to 100 at the end.
Java documentation for java.util.jar.Pack200.Unpacker.PROGRESS
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.