steam_cloud_progress table reference - Stingray Lua API Reference
This table contains detailed information about the progress of an asynchronous operation being carried out through the stingray.Cloud interface.
An instance of this table is returned by each call to stingray.Cloud.progress().
|
Only for tokens returned by load operations, and only when the operation was completed successfully.
|
Contains the
data that was originally stored on the cloud.
|
True if the load or save operation has been finished, or false if it is still in progress.
|
|
A string that describes any error encountered during the process, or nil if no error occurred.
|
This text is not
suitable for displaying to the user. Possible values are:
- save_failed
- non_existing_file
- unsupported_version
- broken_file