Refreshes the data associated with a DataFile object to be up to date with the associated cloud data. The DataFile returned by the API reflects the local representation of the DataFile as used by the Data Panel. This is method is only useful in very limited cases and should rarely be used. In most cases the local representation will match the actual data on the cloud. In rare occasions where Fusion was off-line while the cloud processing of DataFile is completed or the DataFile is not in the folder shown in the Data Panel. Getting a DataFileFolder contents forces an update of the local data for all of the data files it contains so they will all be up to date.
"dataFile_var" is a variable referencing a DataFile object.
|
"dataFile_var" is a variable referencing a DataFile object.
|
Type | Description |
boolean | Returns True in synchronous mode if successful. Returns True in asynchronous mode if the refresh was successfully started. |
Name | Type | Description |
handler | DataEventHandler | If you want to do an asynchronous refresh, provide the handler object to be called when this operation is complete. To call the method synchronously, set this argument to null/None. |