tsNetGetStatus |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | tsNetGetStatus(<pConnectionID>)
|
Associations | tsnet |
Summary | Returns the status of the specified transfer.
|
Edition | Indy |
Introduced | 8.1 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Parameters | Name | Type | Description |
---|
pConnectionID | | The identifier of the transfer to retrieve.
|
|
Example | local tStatus
put tsNetGetStatus("myConnID") into tStatus
|
Values | Name | Type | Description |
---|
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:".
|
|
Related | Library: tsNet
|
Description | Returns the status of the specified transfer.
|
Tags | externals |