TESSA Web API
Preparing search index...
Platform.Operations
OperationProgressTracker
Class OperationProgressTracker
Index
Constructors
constructor
Accessors
operation
Id
was
Disposed
Methods
dispose
prepare
start
wait
Constructors
constructor
new
OperationProgressTracker
(
operationService
:
IOperationService
,
onProgress
:
null
|
(
(
val
:
number
)
=>
Promise
<
void
>
)
,
options
?:
{
createParams
?:
OperationCreateParams
;
deleteOperationOnDispose
?:
boolean
;
interval
?:
number
;
operationId
?:
string
;
}
,
)
:
OperationProgressTracker
Parameters
operationService
:
IOperationService
onProgress
:
null
|
(
(
val
:
number
)
=>
Promise
<
void
>
)
Optional
options
:
{
createParams
?:
OperationCreateParams
;
deleteOperationOnDispose
?:
boolean
;
interval
?:
number
;
operationId
?:
string
;
}
Returns
OperationProgressTracker
Accessors
operation
Id
get
operationId
()
:
null
|
string
Returns
null
|
string
was
Disposed
get
wasDisposed
()
:
boolean
Returns
boolean
Methods
dispose
dispose
()
:
void
Returns
void
prepare
prepare
()
:
Promise
<
void
>
Returns
Promise
<
void
>
start
start
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
wait
wait
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
operation
Id
was
Disposed
Methods
dispose
prepare
start
wait
TESSA Web API
Loading...