tsNetGetStatus

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
tsNetGetStatus(<pConnectionID>)
Associationstsnet
Summary

Returns the status of the specified transfer.

EditionIndy
Introduced8.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
pConnectionID

The identifier of the transfer to retrieve.

Example
local tStatus
put tsNetGetStatus("myConnID") into tStatus
Values
NameTypeDescription
return

The tsNetGetStatus returns a string containing the current status of the connection. The string will be space separated with the following items: status, bytes downloaded, total bytes to download, bytes uploaded, total bytes to upload. If the connection identifier is invalid an error will be returned that starts with "tsneterr:".

RelatedLibrary: tsNet
Description

Returns the status of the specified transfer.

Tagsexternals