Show / Hide Table of Contents

Enum DependencyState

Represents the state of a dependency (overall or per-dependency). Populated from API responses only.

Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum DependencyState

Fields

Name Description
DependencyConditionsFulfilled

The dependency conditions have been fulfilled, i.e all depended-on tasks have completed, all in the listed final states

DependencyConditionsNotFulfilled

The dependency conditions have not been fulfilled, i.e at least one of the depended-on tasks has completed in a non-listed final state.

Waiting

The dependency is still waiting for the depended-on task to complete.

In this article
Back to top Generated by DocFX