Tags: vvvv/Remoter
Tags
- When killing a task, task's 'next task` won't be executed. - Killing a task is performed via calling taskkill. Previosly killing particular Task in Log tried to kill the particular running task via sending Ctrl+C. Now killing a task in both pannels calls taskkill.
- `Tasks for local IPs are executed again, but the for the `Run`-like… … tasks IP is removed, as described in the comment for the task. - Globals: Vars: Providing empty Name or Value is allowed - PC Edit: Overwrite Vars: empty Value is not replaced with the Global Value anymore.
- Allowed empty string for Variable's Value - Local IPs (ips of the machine running remoter) could be excluded when running tasks. (see the corresponding setting in 'General' section).
Variables can also be used in the `Execution Arguments`. Adds to #18.
Paths are quoted in the Runtimes (PAExecRuntime, RobocopyRuntime), no… …t in the Tasks.
Fixed a newly introduced bug where Path in Tasks was not quoted, that… … is necessarily for paths with spaces.
PreviousNext