11---
22title: com.webos.bootManager
3- date: 2025-02-20
3+ version: 1.6
4+ last_modified_on: Tue, 16 Sep 2025 06:46:37 GMT
45api_level: 32
5- weight: 20
6+ converted_date: 2025-11-12
7+ weight: 30
68toc: true
79---
810{{< note > }}
9- This API has been available since [API level]({{ < relref " ls2-api- index#api-levels" > }} ) 11.
11+ This API has been supported since [API level](/docs/reference/ ls2-api/ls2-api- index/ #api-levels) 11.
1012{{< /note > }}
1113< h2 id ="api-summary "> API Summary</ h2 >
1214< div >
@@ -32,9 +34,9 @@ <h3 id="generatesignal">generateSignal</h3>
3234 < li > Added: < strong > < code > API level 11</ code > </ strong > </ li >
3335 </ ul >
3436 </ div >
35- < h4 > Description</ h4 >
37+ < h4 id =" generatesignal-description " > Description</ h4 >
3638 < p style ="text-align:start "> Generates boot step signals. Caller and argument are decided statically.</ p >
37- < h4 > Parameters</ h4 >
39+ < h4 id =" generatesignal-parameters " > Parameters</ h4 >
3840 < div class ="table-container ">
3941 < table class ="table is-bordered is-fullwidth ">
4042 < tbody >
@@ -48,7 +50,7 @@ <h4>Parameters</h4>
4850 < th width ="15% ">
4951 < p > Type</ p >
5052 </ th >
51- < th >
53+ < th width ="" >
5254 < p > Description</ p >
5355 </ th >
5456 </ tr >
@@ -64,7 +66,7 @@ <h4>Parameters</h4>
6466 </ tbody >
6567 </ table >
6668 </ div >
67- < h4 > Call Returns</ h4 >
69+ < h4 id =" generatesignal-call-returns " > Call Returns</ h4 >
6870 < div class ="table-container ">
6971 < table class ="table is-bordered is-fullwidth ">
7072 < tbody >
@@ -78,7 +80,7 @@ <h4>Call Returns</h4>
7880 < th width ="15% ">
7981 < p > Type</ p >
8082 </ th >
81- < th >
83+ < th width ="" >
8284 < p > Description</ p >
8385 </ th >
8486 </ tr >
@@ -106,7 +108,7 @@ <h4>Call Returns</h4>
106108 </ tbody >
107109 </ table >
108110 </ div >
109- < h4 > Error Codes Reference</ h4 >
111+ < h4 id =" generatesignal-error-codes-reference " > Error Codes Reference</ h4 >
110112 < div class ="table-container ">
111113 < table class ="table is-bordered is-fullwidth ">
112114 < tbody >
@@ -138,7 +140,7 @@ <h4>Error Codes Reference</h4>
138140 </ tbody >
139141 </ table >
140142 </ div >
141- < h4 > Example </ h4 >
143+ < h4 id =" generatesignal-examples " > Examples </ h4 >
142144 < div style ="border-style:solid;border-width:thin;border-color:black;background-color:black;margin-bottom:-1rem; ">
143145 < p style ="color:white;margin:5px; "> < b > Example code</ b > </ p >
144146 </ div >
@@ -157,9 +159,9 @@ <h3 id="getbootstatus">getBootStatus</h3>
157159 < li > Added: < strong > < code > API level 11</ code > </ strong > </ li >
158160 </ ul >
159161 </ div >
160- < h4 > Description</ h4 >
162+ < h4 id =" getbootstatus-description " > Description</ h4 >
161163 < p > Gets the boot status or subscribe to updates on the boot status.</ p >
162- < h4 > Parameters</ h4 >
164+ < h4 id =" getbootstatus-parameters " > Parameters</ h4 >
163165 < div class ="table-container ">
164166 < table class ="table is-bordered is-fullwidth ">
165167 < tbody >
@@ -173,7 +175,7 @@ <h4>Parameters</h4>
173175 < th width ="15% ">
174176 < p > Type</ p >
175177 </ th >
176- < th >
178+ < th width ="" >
177179 < p > Description</ p >
178180 </ th >
179181 </ tr >
@@ -193,7 +195,7 @@ <h4>Parameters</h4>
193195 </ tbody >
194196 </ table >
195197 </ div >
196- < h4 > Call Returns</ h4 >
198+ < h4 id =" getbootstatus-call-returns " > Call Returns</ h4 >
197199 < div class ="table-container ">
198200 < table class ="table is-bordered is-fullwidth ">
199201 < tbody >
@@ -207,7 +209,7 @@ <h4>Call Returns</h4>
207209 < th width ="15% ">
208210 < p > Type</ p >
209211 </ th >
210- < th >
212+ < th width ="" >
211213 < p > Description</ p >
212214 </ th >
213215 </ tr >
@@ -281,7 +283,7 @@ <h4>Call Returns</h4>
281283 </ tbody >
282284 </ table >
283285 </ div >
284- < h4 > Subscription Returns</ h4 >
286+ < h4 id =" getbootstatus-subscription-returns " > Subscription Returns</ h4 >
285287 < div class ="table-container ">
286288 < table class ="table is-bordered is-fullwidth ">
287289 < tbody >
@@ -295,7 +297,7 @@ <h4>Subscription Returns</h4>
295297 < th width ="15% ">
296298 < p > Type</ p >
297299 </ th >
298- < th >
300+ < th width ="" >
299301 < p > Description</ p >
300302 </ th >
301303 </ tr >
@@ -361,7 +363,7 @@ <h4>Subscription Returns</h4>
361363 </ tbody >
362364 </ table >
363365 </ div >
364- < h4 > Example </ h4 >
366+ < h4 id =" getbootstatus-examples " > Examples </ h4 >
365367 < div style ="border-style:solid;border-width:thin;border-color:black;background-color:black;margin-bottom:-1rem; ">
366368 < p style ="color:white;margin:5px; "> < b > Example code</ b > </ p >
367369 </ div >
@@ -394,11 +396,18 @@ <h2 id="objects">Objects</h2>
394396< div >
395397 < h3 id ="object-signals "> signals</ h3 >
396398 < div >
399+ < div >
400+ < ul >
401+ < li > Added: < strong > < code > API level 29</ code > </ strong > </ li >
402+ </ ul >
403+ </ div >
404+ < h4 id ="object-signals-description "> Description</ h4 >
397405 < p > Contains an array of upstart signals. The value of an upstart signal is set to < strong > true</ strong > after bootd generates the signal.</ p >
398406 < p > < strong > Note:</ strong > </ p >
399407 < ul >
400408 < li > The value of all upstart signal in this array is set to < strong > false</ strong > by default.</ li >
401409 </ ul >
410+ < h4 id ="object-signals-properties "> Properties</ h4 >
402411 < div class ="table-container ">
403412 < table class ="table is-bordered is-fullwidth ">
404413 < tbody >
@@ -412,7 +421,7 @@ <h3 id="object-signals">signals</h3>
412421 < th width ="15% ">
413422 < p > Type</ p >
414423 </ th >
415- < th >
424+ < th width ="" >
416425 < p > Description</ p >
417426 </ th >
418427 </ tr >
0 commit comments