Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Queries the number of bytes in total.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PhotoPicker | 12.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
none
Returns number of bytes or error.
A loop waiting for downloads to finish:
Pause/Resume Script [ Duration (seconds): ,5 ]
Loop
Set Variable [ $BytesLoaded ; Value: MBS("PhotoPicker.BytesLoaded") ]
Set Variable [ $TotalBytes ; Value: MBS("PhotoPicker.TotalBytes") ]
Set Variable [ $ImageCount ; Value: MBS("PhotoPicker.ImageCount") ]
#
If [ MBS("PhotoPicker.IsLoading") ]
Pause/Resume Script [ Duration (seconds): ,1 ]
Else
Exit Loop If [ 1 ]
End If
End Loop
This function is free to use.
Created 28th September 2022, last changed 24th March 2023