Click or drag to resize
EDXTaskStartResult Enumeration
The result types when starting an EDX task.

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public enum EDXTaskStartResult
Members
  Member nameValueDescription
Success0 The task was started successfully.
TaskNotFound1 The task was not found.
TaskIsAlreadyRunning2 The task was already running.
NoEDXTriggerFound3 The task did not have an EDX trigger.
CouldNotDetermineTaskByName7 Failed to identify the task by name only. There might by multiple tasks with similar names.
FailedToContactDistributionService8 The task could not be started because the QDS was not available.
OtherError9 An unknown error occured.
See Also