diff options
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/IMbaCommand.cs')
-rw-r--r-- | src/api/burn/WixToolset.Mba.Core/IMbaCommand.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/IMbaCommand.cs b/src/api/burn/WixToolset.Mba.Core/IMbaCommand.cs index a3ad68d8..495b2f44 100644 --- a/src/api/burn/WixToolset.Mba.Core/IMbaCommand.cs +++ b/src/api/burn/WixToolset.Mba.Core/IMbaCommand.cs | |||
@@ -10,6 +10,11 @@ namespace WixToolset.Mba.Core | |||
10 | public interface IMbaCommand | 10 | public interface IMbaCommand |
11 | { | 11 | { |
12 | /// <summary> | 12 | /// <summary> |
13 | /// Gets the action to perform if a reboot is required. | ||
14 | /// </summary> | ||
15 | Restart Restart { get; } | ||
16 | |||
17 | /// <summary> | ||
13 | /// The command line arguments not parsed into <see cref="IBootstrapperCommand"/> or <see cref="IMbaCommand"/>. | 18 | /// The command line arguments not parsed into <see cref="IBootstrapperCommand"/> or <see cref="IMbaCommand"/>. |
14 | /// </summary> | 19 | /// </summary> |
15 | string[] UnknownCommandLineArgs { get; } | 20 | string[] UnknownCommandLineArgs { get; } |