Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/progress-service
ProgressService
Class ProgressService
Index
Constructors
constructor
Properties
client
message
Service
Methods
new
Progress
Id
should
Delegate
show
Progress
with
Progress
Constructors
constructor
new
ProgressService
()
:
ProgressService
Returns
ProgressService
Properties
Protected
Readonly
client
client
:
ProgressClient
Protected
Readonly
message
Service
messageService
:
MessageService
Methods
Protected
new
Progress
Id
newProgressId
()
:
string
Returns
string
Protected
should
Delegate
shouldDelegate
(
message
:
ProgressMessage
)
:
boolean
Parameters
message
:
ProgressMessage
Returns
boolean
show
Progress
showProgress
(
message
:
ProgressMessage
,
onDidCancel
?:
()
=>
void
,
)
:
Promise
<
Progress
>
Parameters
message
:
ProgressMessage
Optional
onDidCancel
:
()
=>
void
Returns
Promise
<
Progress
>
with
Progress
withProgress
<
T
>
(
text
:
string
,
locationId
:
string
,
task
:
()
=>
Promise
<
T
>
,
onDidCancel
?:
()
=>
void
,
)
:
Promise
<
T
>
Type Parameters
T
Parameters
text
:
string
locationId
:
string
task
:
()
=>
Promise
<
T
>
Optional
onDidCancel
:
()
=>
void
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
message
Service
Methods
new
Progress
Id
should
Delegate
show
Progress
with
Progress
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...