包 | flash.system |
类 | public final class MessageChannelState |
继承 | MessageChannelState Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.4, AIR 3.4 |
state
属性的可能值。这些值是 MessageChannel 对象的生命周期中的状态。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
CLOSED : String = "closed" [静态]
此值表示消息通道已关闭并且没有任何另外的消息要传送。 | MessageChannelState | ||
CLOSING : String = "closing" [静态]
此状态表示消息通道已收到指示要关闭并且正在通道上传送剩余的消息。 | MessageChannelState | ||
OPEN : String = "open" [静态]
此状态表示消息通道处于打开状态且可供使用。 | MessageChannelState |
常量详细信息
CLOSED | 常量 |
public static const CLOSED:String = "closed"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.4, AIR 3.4 |
此值表示消息通道已关闭并且没有任何另外的消息要传送。
相关 API 元素
CLOSING | 常量 |
public static const CLOSING:String = "closing"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.4, AIR 3.4 |
此状态表示消息通道已收到指示要关闭并且正在通道上传送剩余的消息。
相关 API 元素
OPEN | 常量 |
public static const OPEN:String = "open"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 11.4, AIR 3.4 |
此状态表示消息通道处于打开状态且可供使用。
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z