Preparing search index...
The search index is not available
task-engine-sdk
task-engine-sdk
RemoteFunctionRun
Type alias RemoteFunctionRun
Remote
Function
Run
:
(
(
...
args
)
=>
string
[]
|
Promise
<
string
[]
>
)
A remote function that can be called by the Task Agent.
Type declaration
(
...
args
)
:
string
[]
|
Promise
<
string
[]
>
Parameters
Rest
...
args
:
string
[]
Returns
string
[]
|
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
task-engine-sdk
Loading...
A remote function that can be called by the Task Agent.