Files
Obsidian/01学习/软件类/软件操作/Flexsim/Flexscript/resume方法.md
2026-02-04 17:04:00 +08:00

9 lines
234 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
回复到stop之前的状态
使用方法: Object.resume(id[STOP的编号],stateProfile[STOP的状态记录])
id识别号需要和stop的匹配
stateProfile:状态记录到何位置
例如Current.CenterObject[1].resume(1);