Table of Contents

Enum LoadingState

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the loading state of a URL media resource.

public enum LoadingState

Fields

Unknown = 0

The loading state is unknown.

Loading = 1

The resource is currently loading.

LoadedSuccess = 2

The resource has successfully loaded.

LoadedNotFound = 3

The resource was not found.