File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
docs/reference/resources/Microsoft/Windows/RebootPending Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ IsWriteOnly : false
89
89
90
90
</details>
91
91
92
- A boolean value that indicates whether the system has a pending reboot. `true` if a reboot is pending; otherwise, `false`.
92
+ A boolean value that indicates whether the system has a pending reboot. This property is `true` if
93
+ a reboot is pending and otherwise `false`.
93
94
94
95
# # Instance validating schema
95
96
@@ -109,7 +110,18 @@ The following snippet contains the JSON Schema that validates an instance of the
109
110
110
111
# # Exit codes
111
112
112
- The resource doesn't return any specific exit codes. It reports status through the `rebootPending` property.
113
+ The resource returns the following exit codes from operations :
114
+
115
+ - [0](#exit-code-0) - Success
116
+ - [1](#exit-code-1) - Error
117
+
118
+ # ## Exit code 0
119
+
120
+ Indicates the resource operation completed without errors.
121
+
122
+ # ## Exit code 1
123
+
124
+ Indicates the resource operation failed.
113
125
114
126
# # See also
115
127
You can’t perform that action at this time.
0 commit comments