Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
NotificationMain
Interface NotificationMain
interface
NotificationMain
{
$startProgress
(
options
)
:
Promise
<
string
>
;
$stopProgress
(
id
)
:
void
;
$updateProgress
(
id
,
report
)
:
void
;
}
Implemented by
BasicNotificationMainImpl
Index
Methods
$start
Progress
$stop
Progress
$update
Progress
Methods
$start
Progress
$start
Progress
(
options
)
:
Promise
<
string
>
Parameters
options
:
StartProgressOptions
Returns
Promise
<
string
>
$stop
Progress
$stop
Progress
(
id
)
:
void
Parameters
id
:
string
Returns
void
$update
Progress
$update
Progress
(
id
,
report
)
:
void
Parameters
id
:
string
report
:
ProgressReport
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
$start
Progress
$stop
Progress
$update
Progress
Theia TypeDoc
Loading...