capnspacehook / taskmaster

Windows Task Scheduler Library for Go
MIT License
142 stars 29 forks source link

Fixes for ole.CoInitialize behavior. #24

Closed ItsMattL closed 3 years ago

ItsMattL commented 3 years ago

Accept err=S_FALSE from ole.CoInitialize. Call ole.CoUninitialize if we return err for any subsequent reason.

Addresses #23