Table of Contents

Enum InviteTargetUsersJobStatus

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the processing status for invite target users jobs.

public enum InviteTargetUsersJobStatus

Fields

Unspecified = 0

The status is unspecified.

Processing = 1

The target users job is processing.

Completed = 2

The target users job completed successfully.

Failed = 3

The target users job failed.