Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
remote
RemoteStatusService
Interface RemoteStatusService
interface
RemoteStatusService
{
connectionClosed
(
localPort
)
:
Promise
<
void
>
;
getStatus
(
localPort
)
:
Promise
<
RemoteStatus
>
;
}
Implemented by
RemoteStatusServiceImpl
Index
Methods
connection
Closed
get
Status
Methods
connection
Closed
connection
Closed
(
localPort
)
:
Promise
<
void
>
Parameters
localPort
:
number
Returns
Promise
<
void
>
get
Status
get
Status
(
localPort
)
:
Promise
<
RemoteStatus
>
Parameters
localPort
:
number
Returns
Promise
<
RemoteStatus
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
connection
Closed
get
Status
Theia TypeDoc
Loading...