The '''RecordSyncStatus''' component reports the current status of syncing items like worlds, avatars, settings, and user generated content when present in the user space world where the dash is.
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|RecordQueueCount|Int|
|RecordQueueCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv0=true| How many items are left in the queue of items to Sync from the user's machine to the cloud.
|AssetVariantQueueCount|Int|
|AssetVariantQueueCount|{{RootFieldType|RawOutput`1|[[Type:Int|Int]]}}|TypeAdv1=true| How many asset variants are left to upload for the items being uploaded to the cloud.
|CurrentTaskProgress|Float|
|CurrentTaskProgress|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv2=true| How far along the Asset uploader is to uploading the current item.
|LastError|String|
|LastError|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv3=true| The last error given by the cloud item uploader process.
|StatusMessage|String|
|StatusMessage|{{RootFieldType|RawOutput`1|[[Type:String|String]]}}|TypeAdv4=true| The status message for the item uploader process.
|FullySyncedColor|Color|
|FullySyncedColor|ColorX| The color the UI should be if it is fully done syncing.
|ErrorColor|Color|
|ErrorColor|ColorX| The color the UI should be if there was an error (UH OH!!! [[Stuck Sync]]!!!)
|SyncingRecordsColor|Color|
|SyncingRecordsColor|ColorX| The color the UI should be when the item uploader task is syncing Record items.
|UploadingAssetVariantsColor|Color|
|UploadingAssetVariantsColor|ColorX| The color the UI should be when the item uploader is uploading Asset variants for things like textures or skyboxes.
}}
}}
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
{{stub}}
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
Used in the user dash to show syncing status at the top.
The RecordSyncStatus component reports the current status of syncing items like worlds, avatars, settings, and user generated content when present in the user space world where the dash is.