GetUploadProgress Type
Constructors
| Constructor |
Description
|
Full Usage:
GetUploadProgress(active, started, current, total)
Parameters:
bool
-
Whether the request is currently active. If this is false no other properties will be set
started : bool
-
Whether the upload has started. If this is false both current and total will be set to 0.
current : int
-
The number of bytes that have been uploaded so far
total : int
-
The number of bytes that will be uploaded this request
Returns: GetUploadProgress
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.active
|
Whether the request is currently active. If this is false no other properties will be set |
Full Usage:
this.current
|
The number of bytes that have been uploaded so far |
Full Usage:
this.started
|
Whether the upload has started. If this is false both current and total will be set to 0. |
Full Usage:
this.total
|
The number of bytes that will be uploaded this request |
fable-electron-docs-api