跳到主要内容

autorun

autorun

类型: MethodDeclaration

所属类: State

定义位置: actor.ts

返回值

类型: void

源代码

位置: 第 3803 行

public autorun(): void {
if (this.started === false) {
this.started = true
this.emit('autorun')
}
}

文档生成时间:2025/7/7 12:07:06