'Declaration
Public Overloads Sub Update( _ ByVal status As String, _ ByVal completedSteps As Integer _ )
public void Update( string status, int completedSteps )
Parameters
- status
- A new user status message
- completedSteps
- The number of steps that have been completed. (should be less than or equal to the maximum number of steps)