Name |
Type |
Description |
Required |
Id |
String |
Identifier for the close application (primary key). |
Yes |
CloseMessage |
YesNoType |
Optionally sends a close message to the application. Default is no. |
|
Description |
String |
Description to show if application is running and needs to be closed. |
|
ElevatedCloseMessage |
YesNoType |
Optionally sends a close message to the application from deffered action without impersonation. Default is no. |
|
Property |
String |
Property to be set if application is still running. Useful for launch conditions or to conditionalize custom UI to ask user to shut down apps. |
|
RebootPrompt |
YesNoType |
Optionally prompts for reboot if application is still running. Default is yes. |
|
Sequence |
Integer |
Optionally orders the applications to be closed. |
|
Target |
String |
Name of the exectuable to be closed. This should only be file name. |
Yes |