e-CryptIt Engine - Compression Xojo Plugin

LZMA2.AllowYield Property

If set to true then the plugin will yield to Xojo threads during compression or decompression. (Default set to false)

AllowYield as Boolean {Read and Write}

Remarks

If you set a Progress hander with the SetProgressHandler method then this property has no effect. Events in Xojo will by default Yield so your progress handler would yield, though you can turn that also off with a pragma in your progress handler if no yielding is wanted.

See Also

LZMA2 Class