-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds client.reserved attribute to Client class. client.reserved reflects the state of its associtated environment's execution ready flag. When an environment is initially created (not fully ready with the environment settings object/global object/fetched main resource), this boolean attribute returns true. When the environment's execution ready flag is set (the environment settings object is created and the main resource is fetched), client.reserved returns false.
- Loading branch information
Showing
4 changed files
with
148 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
"execution ready flag" should have for="environment", no?