An interface that defines all of the function that can be performed against a transfer.
The current TransferState of the transfer.
The unique identifier for this transfer
2ccc5d48-e43b-40b7-bb70-f591dc51c293
Cancel the transfer. Valid in the following states:
A Promise which will resolve when the transfer has canceled successfully.
Retry the incomplete transfer. Valid in the following states
A Promise which will resolve when the retry has been successfully initiated.
Start the transfer. Valid in the following states:
A Promise which will resolve when the transfer has started successfully.
true when 1 or more listeners were removed.
Generated using TypeDoc
An interface that defines all of the function that can be performed against a transfer.