Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
ProgressService
Class ProgressService
Index
Constructors
constructor
Properties
client
counter
message
Service
progress
Id
Prefix
Methods
new
Progress
Id
should
Delegate
show
Progress
with
Progress
Constructors
constructor
new
Progress
Service
(
)
:
ProgressService
Returns
ProgressService
Properties
Protected
Readonly
client
client
:
ProgressClient
Private
counter
counter
:
number
= 0
Protected
Readonly
message
Service
message
Service
:
MessageService
Private
progress
Id
Prefix
progress
Id
Prefix
:
string
= ...
Methods
Protected
new
Progress
Id
new
Progress
Id
(
)
:
string
Returns
string
Protected
should
Delegate
should
Delegate
(
message
)
:
boolean
Parameters
message
:
ProgressMessage
Returns
boolean
show
Progress
show
Progress
(
message
,
onDidCancel
?
)
:
Promise
<
Progress
>
Parameters
message
:
ProgressMessage
Optional
onDidCancel
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
Promise
<
Progress
>
with
Progress
with
Progress
<
T
>
(
text
,
locationId
,
task
,
onDidCancel
?
)
:
Promise
<
T
>
Type Parameters
T
Parameters
text
:
string
locationId
:
string
task
:
(
(
)
=>
Promise
<
T
>
)
(
)
:
Promise
<
T
>
Returns
Promise
<
T
>
Optional
onDidCancel
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
client
counter
message
Service
progress
Id
Prefix
new
Progress
Id
should
Delegate
show
Progress
with
Progress
Theia TypeDoc
Loading...