This documentation is archived and is not being maintained.

CommandResult Constructor (Boolean)

Initializes a new instance of the CommandResult class by using the provided indication of whether the command was completed.

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

public:
CommandResult(
	bool completed
)

Parameters

completed
Type: System::Boolean

true if the command has completed; otherwise, false.

Show: