C# Class PlayFab.AdminModels.RunTaskResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
TaskInstanceId string

Property Details

TaskInstanceId public_oe property

ID of the task instance that is started. This can be used in Get*TaskInstance (e.g. GetCloudScriptTaskInstance) API call to retrieve status for the task instance.
public string TaskInstanceId
return string