This component is able to take a taskID of a migration on the cloud, and is able to display the information about said Migration. This info is grabbed from a AccountMigrationTask object internally which is returned by the SkyFrost API.
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|TaskId|String|
|TaskId|String| A UUID of a task that has been done, waiting, or is being done on the SkyFrost cloud.
|Exists|Bool|
|Exists|Bool| Whether <code>TaskId</code> is a valid ID for a task on the cloud
|Name|String|
|Name|String| The name of the found migration task.
|Description|String|
|Description|String| The description of the task. Usually starts with "Account Migration" or "Favorites migration"
|State|MigrationState|
|State|MigrationState| Also known as "Status", this will show whether the task has started, and if it's done or currently running.
|EstimatedQueuePosition|'''[[Type:Nullable`1|Nullable`1]]<[[Type:Int|Int]]>'''|TypeAdv5=true| An estimate of the migration task's position on the list of migrations the SkyFrost servers are currently doing. This number can be high if a huge influx of migrations is happening at the current time.
|StartCount|Int|
|StartCount|Int| Usually 1 for some reason {{stub}}
|CreatedOn|DateTime|
|CreatedOn|DateTime| When the migration task was submitted to the list of migrations to be done on the cloud
|StartedOn|'''[[Type:Nullable`1|Nullable`1]]<[[Type:DateTime|DateTime]]>'''|TypeAdv8=true| When the cloud started to migrate the items for this task.
Account Migration Status component as seen in the Scene Inspector
This component is able to take a taskID of a migration on the cloud, and is able to display the information about said Migration. This info is grabbed from a AccountMigrationTask object internally which is returned by the SkyFrost API.
An estimate of the migration task's position on the list of migrations the SkyFrost servers are currently doing. This number can be high if a huge influx of migrations is happening at the current time.