MapPackageWriter.IsWorking Property
Gets a value indicating if the writer is currently working on some other thread.
Syntax
public System.Boolean IsWorking { get; }
Property Value
A value indication if the writer is currently working on some other thread.
Remarks
This property has been deprecated. To check if a MapPackageWriter job running on a different thread is done, write your own code to signal between the threads, instead of using this property.
Platforms
Windows, Linux, Android