We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
经过日志打印发现每次执行间隔在400毫秒左右. 请问这正常吗? 我现在是使用python执行, 如果换其他语言执行速度会不会快一些 以下是定义的流水线和触发器.
pipeline
"screenshot": { "action": "Custom", "custom_action": "screenshot_action", "pre_delay": 0, "post_delay": 0 },
python_action
class ScreenshotAction(CustomAction): def run(self, context: Context, argv: CustomAction.RunArg) -> bool: """ 截图线程 """ img = context.tasker.controller.post_screencap().wait().get() logging.debug("ScreenshotAction post_screencap") RDContext.set_screenshot(img) return True
The text was updated successfully, but these errors were encountered:
log发一下,debug/maa.log
Sorry, something went wrong.
No branches or pull requests
经过日志打印发现每次执行间隔在400毫秒左右. 请问这正常吗?
我现在是使用python执行, 如果换其他语言执行速度会不会快一些
以下是定义的流水线和触发器.
pipeline
python_action
The text was updated successfully, but these errors were encountered: