Skip to content

Conversation

@bayandin
Copy link
Contributor

No description provided.

@NickAb NickAb closed this Nov 1, 2016
@NickAb NickAb reopened this Nov 1, 2016
Copy link
Contributor

@NickAb NickAb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.


#region Public Methods and Operators

public static AppType DetermineAppType(string packagePath)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it be made private?

var remoteCommand = new Command(DriverCommand.CloseApp);
automator.CommandForwarder.ForwardCommand(remoteCommand);
Thread.Sleep(TimeSpan.FromMilliseconds(500));
if (automator.Deployer.AppType == AppType.XAP)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should add IsTerminatable into Deployer? At the moment this condition is basically duplicated both her and in Deployer.
Or we can make Terminate return a bool: true if it can and did in fact terminated the app, false if it can not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants