Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
CustomExecution
Class CustomExecution
Index
Constructors
constructor
Properties
_callback
Accessors
callback
Methods
is
Constructors
constructor
new
Custom
Execution
(
callback
)
:
CustomExecution
Parameters
callback
:
(
(
resolvedDefinition
)
=>
Thenable
<
Pseudoterminal
>
)
(
resolvedDefinition
)
:
Thenable
<
Pseudoterminal
>
Parameters
resolvedDefinition
:
TaskDefinition
Returns
Thenable
<
Pseudoterminal
>
Returns
CustomExecution
Properties
Private
_callback
_callback
:
(
(
resolvedDefinition
)
=>
Thenable
<
Pseudoterminal
>
)
Type declaration
(
resolvedDefinition
)
:
Thenable
<
Pseudoterminal
>
Parameters
resolvedDefinition
:
TaskDefinition
Returns
Thenable
<
Pseudoterminal
>
Accessors
callback
get
callback
(
)
:
(
(
resolvedDefinition
)
=>
Thenable
<
Pseudoterminal
>
)
Returns
(
(
resolvedDefinition
)
=>
Thenable
<
Pseudoterminal
>
)
(
resolvedDefinition
)
:
Thenable
<
Pseudoterminal
>
Parameters
resolvedDefinition
:
TaskDefinition
Returns
Thenable
<
Pseudoterminal
>
set
callback
(
value
)
:
void
Parameters
value
:
(
(
resolvedDefinition
)
=>
Thenable
<
Pseudoterminal
>
)
(
resolvedDefinition
)
:
Thenable
<
Pseudoterminal
>
Parameters
resolvedDefinition
:
TaskDefinition
Returns
Thenable
<
Pseudoterminal
>
Returns
void
Methods
Static
is
is
(
value
)
:
value
is
CustomExecution
Parameters
value
:
ShellExecution
|
ProcessExecution
|
CustomExecution
Returns
value
is
CustomExecution
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
_callback
callback
is
Theia TypeDoc
Loading...