Header menu logo fable-electron-docs-api

GetUploadProgress Type

Constructors

Constructor Description

GetUploadProgress(active, started, current, total)

Full Usage: GetUploadProgress(active, started, current, total)

Parameters:
    active : 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
active : 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

this.active

Full Usage: this.active

Whether the request is currently active. If this is false no other properties will be set

this.current

Full Usage: this.current

The number of bytes that have been uploaded so far

this.started

Full Usage: this.started

Whether the upload has started. If this is false both current and total will be set to 0.

this.total

Full Usage: this.total

The number of bytes that will be uploaded this request

Type something to start searching.