Remove postAttachCommand from waitFor enum

This commit is contained in:
Christof Marti 2021-07-21 11:14:07 +02:00
parent 4508c29d35
commit 45a5a62228
2 changed files with 6 additions and 12 deletions

View file

@ -346,8 +346,7 @@
"onCreateCommand", "onCreateCommand",
"updateContentCommand", "updateContentCommand",
"postCreateCommand", "postCreateCommand",
"postStartCommand", "postStartCommand"
"postAttachCommand"
], ],
"description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"."
}, },
@ -737,8 +736,7 @@
"onCreateCommand", "onCreateCommand",
"updateContentCommand", "updateContentCommand",
"postCreateCommand", "postCreateCommand",
"postStartCommand", "postStartCommand"
"postAttachCommand"
], ],
"description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"."
}, },
@ -1094,8 +1092,7 @@
"onCreateCommand", "onCreateCommand",
"updateContentCommand", "updateContentCommand",
"postCreateCommand", "postCreateCommand",
"postStartCommand", "postStartCommand"
"postAttachCommand"
], ],
"description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"."
}, },
@ -1425,8 +1422,7 @@
"onCreateCommand", "onCreateCommand",
"updateContentCommand", "updateContentCommand",
"postCreateCommand", "postCreateCommand",
"postStartCommand", "postStartCommand"
"postAttachCommand"
], ],
"description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"."
}, },
@ -1721,8 +1717,7 @@
"onCreateCommand", "onCreateCommand",
"updateContentCommand", "updateContentCommand",
"postCreateCommand", "postCreateCommand",
"postStartCommand", "postStartCommand"
"postAttachCommand"
], ],
"description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"."
}, },

View file

@ -239,8 +239,7 @@
"onCreateCommand", "onCreateCommand",
"updateContentCommand", "updateContentCommand",
"postCreateCommand", "postCreateCommand",
"postStartCommand", "postStartCommand"
"postAttachCommand"
], ],
"description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"." "description": "The user command to wait for before continuing execution in the background while the UI is starting up. The default is \"updateContentCommand\"."
}, },