AutoHealCustomAction interface
Custom action to be executed when an auto heal rule is triggered.
Properties
exe | Executable to be run. |
parameters | Parameters for the executable. |
Property Details
exe
Executable to be run.
exe?: string
Property Value
string
parameters
Parameters for the executable.
parameters?: string
Property Value
string