Table of Contents

Class DiscordInviteTargetUsersJobStatus

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents the status information of job processing the update of invite target users.

public sealed class DiscordInviteTargetUsersJobStatus
Inheritance
DiscordInviteTargetUsersJobStatus

Properties

CompletedAt

Gets when the job was completed.

CreatedAt

Gets when the job was created.

ErrorMessage

Gets the error message if the job failed.

ProcessedUsers

Gets the amount of users already processed.

Status

Gets the current status of the job.

TotalUsers

Gets the total number of users being processed in this job.