C# Class PlayFab.ServerModels.ActionsOnPlayersInSegmentTaskSummary

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
CompletedAt DateTime?
ErrorMessage string
ErrorWasFatal bool?
EstimatedSecondsRemaining double?
PercentComplete double?
ScheduledByUserId string
StartedAt System.DateTime
Status TaskInstanceStatus?
TaskIdentifier NameIdentifier
TaskInstanceId string
TotalPlayersInSegment int?
TotalPlayersProcessed int?

Property Details

CompletedAt public_oe property

UTC timestamp when the task completed.
public DateTime? CompletedAt
Résultat DateTime?

ErrorMessage public_oe property

Error message for last processing attempt, if an error occured.
public string ErrorMessage
Résultat string

ErrorWasFatal public_oe property

Flag indicating if the error was fatal, if false job will be retried.
public bool? ErrorWasFatal
Résultat bool?

EstimatedSecondsRemaining public_oe property

Estimated time remaining in seconds.
public double? EstimatedSecondsRemaining
Résultat double?

PercentComplete public_oe property

Progress represented as percentage.
public double? PercentComplete
Résultat double?

ScheduledByUserId public_oe property

If manually scheduled, ID of user who scheduled the task.
public string ScheduledByUserId
Résultat string

StartedAt public_oe property

UTC timestamp when the task started.
public DateTime,System StartedAt
Résultat System.DateTime

Status public_oe property

Current status of the task instance.
public TaskInstanceStatus? Status
Résultat TaskInstanceStatus?

TaskIdentifier public_oe property

Identifier of the task this instance belongs to.
public NameIdentifier,PlayFab.ServerModels TaskIdentifier
Résultat NameIdentifier

TaskInstanceId public_oe property

ID of the task instance.
public string TaskInstanceId
Résultat string

TotalPlayersInSegment public_oe property

Total players in segment when task was started.
public int? TotalPlayersInSegment
Résultat int?

TotalPlayersProcessed public_oe property

Total number of players that have had the actions applied to.
public int? TotalPlayersProcessed
Résultat int?