GetActive

Provides an overview of current transfer operations.
Syntax
METHOD GetActive : BOOL
VAR_INPUT
fbFtpConnection : REFERENCE TO FB_FtpConnection;
END_VAR
VAR_OUTPUT
stTransfers : ST_FtpTransfersActive;
END_VAR
Return value
Name | Type | Description |
---|---|---|
GetActive | BOOL | Returns TRUE when the method has completed. Whether the action was successful can be read from the bError variable of the function block. |
stTransfers | Contains the number of transfer operations currently in progress. |
Inputs
Name | Type | Description |
---|---|---|
fbFtpConnection | References the server connection to be used for the operation. |