Language version: | ActionScript 3.0 |
This class defines constants that represent the possible values of the
Worker class's
state
property. These values are the states
in a Worker object's lifecycle.
public static const NEW:String = "new"
Language version: | ActionScript 3.0 |
This state indicates that an object that represents the new worker has
been created, but the worker is not executing code.
See also
public static const RUNNING:String = "running"
Language version: | ActionScript 3.0 |
This state indicates that the worker has begun executing application code
and it has not been instructed to stop execution.
See also
public static const TERMINATED:String = "terminated"
Language version: | ActionScript 3.0 |
This state indicates that the worker has been stopped by code in another
worker calling this Worker object's terminate()
method.
See also
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00