taskmaster icon indicating copy to clipboard operation
taskmaster copied to clipboard

Windows Task Scheduler Library for Go

Results 12 taskmaster issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to create a scheduled task that runs daily and repeats every hour indefinitely, the below code works only when I comment out the line `RepetitionInterval: period.NewHMS(1, 0,...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/rickb777/date](https://togithub.com/rickb777/date) | `v1.14.2` -> `v1.20.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frickb777%2fdate/v1.20.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-ole/go-ole](https://togithub.com/go-ole/go-ole) | require | patch | `v1.2.4` -> `v1.2.6` | ---...

Newly created tasks for me return SCHED_S_TASK_DISABLED (0x00041302), when instead they should return SCHED_S_TASK_HAS_NOT_RUN (0x00041303). This seems to be due to the way iota is used here. It adds 1...

When running a go-executable on Windows 7, taskmaster is unable to create a scheduled task if the task folder does not exist. On other windows operating systems, the folder is...

It's currently not possible to check if a task actually exists. I'd like to delete a task, and if it does not exist I want to ignore the error. Usually...

enhancement
good first issue

run TestCreateTask, error registering task: No mapping between account names and security IDs was done.

DayInterval and WeekInterval are directly the number of days of weeks between task runs.

Hello, @capnspacehook . I wonder how did you suggest to deal Windows security, credentials and so on. > >go build > go: downloading github.com/go-ole/go-ole v1.2.4 > go: downloading github.com/rickb777/date v1.13.0...