Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3006.x] fix win_task ExecutionTimeLimit and result/error code interpretation #66442

Open
wants to merge 4 commits into
base: 3006.x
Choose a base branch
from

Commits on Apr 26, 2024

  1. fix wintask.info: ExecutionTimeLimit and unknown values

    ExecutionTimeLimit: can be nothing or "PT0S" if not used
    _reverse_lookup: if not found, return "invalid value" instead of the last dict element
    hurzhurz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c2a6550 View commit details
    Browse the repository at this point in the history
  2. fix win_task result and error code interpretation

    correct high result/error code numbers that are returned as negative numbers by win32com.
    handle unknown LastTaskResult result codes.
    hurzhurz committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    cf63bb3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. add tests

    hurzhurz committed May 2, 2024
    Configuration menu
    Copy the full SHA
    de651d6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. add changelog

    hurzhurz committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3baaf79 View commit details
    Browse the repository at this point in the history