• Home
  • API Documentation

Enum UploadProgress.UploadState

UploadProgress.UploadState defines the various stages an upload operation can be in.

Namespace: GroupMeClientApi
Assembly: GroupMeClientApi.dll
Syntax
public enum UploadState : int

Fields

Name Description
Completed

The upload operation has completed.

Uploading

The content is actively being uploaded.

Waiting

The upload has not yet begun.

  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX