C# Class PlayFab.AdminModels.TaskInstanceBasicSummary

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CompletedAt DateTime?
EstimatedSecondsRemaining double?
PercentComplete double?
ScheduledByUserId string
StartedAt System.DateTime
Status TaskInstanceStatus?
TaskIdentifier NameIdentifier
TaskInstanceId string
Type ScheduledTaskType?

Property Details

CompletedAt public_oe property

UTC timestamp when the task completed.
public DateTime? CompletedAt
return DateTime?

EstimatedSecondsRemaining public_oe property

Estimated time remaining in seconds.
public double? EstimatedSecondsRemaining
return double?

PercentComplete public_oe property

Progress represented as percentage.
public double? PercentComplete
return double?

ScheduledByUserId public_oe property

If manually scheduled, ID of user who scheduled the task.
public string ScheduledByUserId
return string

StartedAt public_oe property

UTC timestamp when the task started.
public DateTime,System StartedAt
return System.DateTime

Status public_oe property

Current status of the task instance.
public TaskInstanceStatus? Status
return TaskInstanceStatus?

TaskIdentifier public_oe property

Identifier of the task this instance belongs to.
public NameIdentifier,PlayFab.AdminModels TaskIdentifier
return NameIdentifier

TaskInstanceId public_oe property

ID of the task instance.
public string TaskInstanceId
return string

Type public_oe property

Type of the task.
public ScheduledTaskType? Type
return ScheduledTaskType?