tsNetIsSyncBlocked

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetIsSyncBlocked()
Associationstsnet
Summary

Returns whether another synchronous call can be made immediately.

EditionIndy
Introduced8.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
if tsNetIsSyncBlocked() then
   answer "A synchronous network call is already in progress"
end if
Values
NameTypeDescription
return

The tsNetIsSyncBlocked command returns true if no more synchronous network calls can be made at the current time or false otherwise.

RelatedLibrary: tsNet
Description

Returns whether another synchronous call can be made immediately.

Tagsexternals