ISetupInstance2.IsComplete Method

Definition

Gets a value indicating whether the instance is complete.

public:
 bool IsComplete();
public:
 bool IsComplete();
bool IsComplete();
public bool IsComplete ();
abstract member IsComplete : unit -> bool
Public Function IsComplete () As Boolean

Returns

Whether the instance is complete.

Remarks

An instance is complete if it had no errors during install, resume, or repair.

Applies to