run_concrete_check
Execute concrete structural verification for a named case: syncs the case as current data, runs code-based checks, and waits for completion.
Instructions
Execute concrete structural checking analysis (运行混凝土检算).
Syncs the named check case into the current check data, then runs the
code-based verification and waits for the background task to finish.
先将指定检算工况同步为当前检算数据,再运行规范验算并等待后台任务完成。
Args:
name: Check case name to run (要运行的检算工况名)
max_wait_seconds: Max seconds to wait for completion; None = no limit
(最长等待秒数,None 表示不限时)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| max_wait_seconds | No |