PredModelBuilder.Resume

Ee811695.c++_on(en-US,CS.10).gifEe811695.vb_off(en-US,CS.10).gif

Use this method to resume the execution of a build thread suspended by the Pause method.

Definition

Sub Resume(lBuildID As Long)

Parameters

lBuildID

[in] A Long that contains the identifier of the paused build thread.

Return Values

None.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

The build thread identifier is returned by the Start method when a model build is initiated.

Use the Status property to determine if a build thread is running or paused.

See Also

PredModelBuilder Object

PredModelBuilder.Start

PredModelBuilder.Pause

PredModelBuilder.Stop

PredModelBuilder.Status


All rights reserved.