Click or drag to resize

ConfigurationStatus Enumeration

Enumeration of a task's status.

Namespace:  Zebra.Sdk.Weblink
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public enum ConfigurationStatus
Members
  Member nameValueDescription
NOT_STARTED0 Configuration state indicating the task has not been started.
IN_PROCESS1 Configuration state indicating the task is in process.
SUCCESSFULLY_COMPLETED2 Configuration state indicating the task completed successfully.
CONFIGURATION_FAILED3 Configuration state indicating the task failed.
See Also