Type alias RemoteFunction

RemoteFunction: RemoteCommand & {
    run: RemoteFunctionRun;
}

A remote function definition that can be called by the Task Agent.

Type declaration