Table of Contents

Enum TargetUsersStatusCode

Namespace
Discord
Assembly
Discord.Net.Core.dll
public enum TargetUsersStatusCode

Fields

Completed = 2

The job has been completed successfully.

Failed = 3

The job has failed.

Processing = 1

The job is still being processed.

Unspecified = 0

The default value.