C# Class PlayFab.ServerModels.ActionsOnPlayersInSegmentTaskSummary

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return DateTime?

ErrorMessage public_oe property

Error message for last processing attempt, if an error occured.
public string ErrorMessage
return string

ErrorWasFatal public_oe property

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

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.ServerModels TaskIdentifier
return NameIdentifier

TaskInstanceId public_oe property

ID of the task instance.
public string TaskInstanceId
return string

TotalPlayersInSegment public_oe property

Total players in segment when task was started.
public int? TotalPlayersInSegment
return int?

TotalPlayersProcessed public_oe property

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