An ActionScript may have one of the following statuses:
- Initializing: The ActionScript is preparing to run.
- Running: The ActionScript is currently running.
- Completed: The ActionScript has completed successfully.
- Error: The ActionScript experienced an error while running.
- Killing: The user clicked the Kill icon (X), and the ActionScript is
in the process of terminating.
- Killed: The ActionScript was terminated during execution by the user.
- Deleting: The ActionScript is being deleted.
- Zombie: An unrecoverable error occurred during execution that caused the
ActionScript to hang, such as a Worker host going offline or a virtual node
becoming unresponsive.