@@ -124,19 +124,24 @@ Returns **true** if successful.
124124Production.getLocked()
125125**************************
126126
127- ``app.production.getLocked() ``
127+ ``app.production.getLocked(project ) ``
128128
129129**Description **
130130
131- Returns the current lock state of the Production.
131+ Returns the lock state of a single project within the Production.
132132
133133**Parameters **
134134
135- None.
135+ ======================= =================== =======================
136+ Argument Type Description
137+ ======================= =================== =======================
138+ ``project `` ``Project object `` The project
139+ ======================= =================== =======================
140+
136141
137142**Returns **
138143
139- Returns **true ** if the Production is locked, **false ** if it is unlocked.
144+ Returns **true ** if the Project is locked, **false ** if the Project is unlocked.
140145
141146----
142147
@@ -172,20 +177,21 @@ Returns **true** if successful.
172177Production.setLocked()
173178*********************************************
174179
175- ``app.production.setLocked(locked) ``
180+ ``app.production.setLocked(project, locked) ``
176181
177182**Description **
178183
179- Sets the lock state of the Production
184+ Sets the lock state of the specified project within the Production.
180185
181186**Parameters **
182187
183- ================ =========== =======================
184- Argument Type Description
185- ================ =========== =======================
186- ``locked `` ``Boolean `` Desired lock state.
187- ================ =========== =======================
188+ ================ ================== =======================
189+ Argument Type Description
190+ ================ ================== =======================
191+ ``project `` ``Project object `` The project
192+ ``locked `` ``Boolean `` ``True `` for locked, ``false `` for unlocked.
193+ ================ ================== =======================
188194
189195**Returns **
190196
191- Returns **true ** if successful.
197+ Returns **true ** if successful.
0 commit comments