What's Changed
Add "Ignore Exit Code" option
Some commands (like curl, pip, grep, etc.) may return a non-zero exit code even when they complete successfully. Previously, TaskTick would mark these as failed.
Now you can enable the Ignore Exit Code toggle in the task editor's Script tab. When enabled, the task will be marked as successful as long as it exits normally (not killed by a signal or timeout).
Fixes #7.
更新内容
新增「忽略退出码」选项
部分命令(如 curl、pip、grep 等)即使正常完成也可能返回非零退出码,之前 TaskTick 会将其标记为失败。
现在可以在任务编辑器的「脚本」标签页中开启 忽略退出码 开关。开启后,只要命令正常退出(未被信号终止或超时),即视为成功。
修复 #7。
Full Changelog: v1.2.3...v1.2.4