synchronous property

bool synchronous
final

synchronous If false, this request returns file state just after the download has been started. If true, this request returns file state only after. the download has succeeded, has failed, has been canceled or a new downloadFile request with different offset/limit parameters was sent

Implementation

final bool synchronous;