Show / Hide Table of Contents

Enum PackageLoadStateEnum

Values that represent package load request state enums.

Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum PackageLoadStateEnum : int

Fields

Name Description
Failed

The package has failed to load and cannot be used.

InProgress

The package is currently being loaded.

Loaded

The package is currently loaded into memory.

NotLoaded

The package has not been loaded.

Parsed

The package has been parsed but not loaded into memory.

Queued

The package is queued for loading.

Unknown

The package is in an unknown state.

  • Improve this Doc
  • View Source
In This Article
  • Fields
Back to top Generated by DocFX