File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -639,17 +639,17 @@ class VboxGuestProperty {
639639 }
640640
641641 /**
642- *
643- * @param {String } vmname The name of the VM to enumerate guest properties on.
644- * @param {Function } callback The callback to handle the output.
645- * @returns {void } The output of stdout will be an array of properties objects.
642+ * Function to return an array of this object:
646643 * {
647644 * "key": "ResumeCounter",
648645 * "value": 0,
649646 * "namespace": "VMInfo",
650647 * "timestamp": 1596902741176896000,
651648 * "flags": ["TRANSIENT", "RDONLYGUEST"]
652649 * }
650+ * @param {String } vmname The name of the VM to enumerate guest properties on.
651+ * @param {Function } callback The callback to handle the output.
652+ * @returns {void } The output of stdout will be an array of properties objects.
653653 */
654654 enumerate ( vmname , callback ) {
655655 this . vboxmanage (
You can’t perform that action at this time.
0 commit comments