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: 3.0.3271
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