Language version: | ActionScript 3.0 |
This class defines constants that represent the possible values for the
MessageChannel class's
state
property. These values are the
states in a MessageChannel object's lifecycle.
public static const CLOSED:String = "closed"
Language version: | ActionScript 3.0 |
This state indicates that the message channel has been closed and
doesn't have any more messages to deliver.
See also
public static const CLOSING:String = "closing"
Language version: | ActionScript 3.0 |
This state indicates that the message channel has been instructed to
close and is in the process of delivering the remaining messages on
the channel.
See also
public static const OPEN:String = "open"
Language version: | ActionScript 3.0 |
This state indicates that the message channel is open and available for use.
See also
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00