CauOrchestratorBaseCommand.PrepTaskResult.ShouldContinue Property
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
public bool ShouldContinue { get; }
public:
property bool ShouldContinue {
bool get();
}
member ShouldContinue : bool with get
Public ReadOnly Property ShouldContinue As Boolean
Property Value
Type: System.Boolean
See Also
CauOrchestratorBaseCommand.PrepTaskResult Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top