The CommitSuccess property specifies whether to commit a step if it completes successfully.
Step Object |
object.CommitSuccess [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Whether to commit the step |
Boolean
Read/write
HRESULT GetCommitSuccess(VARIANT_BOOL *pRetVal);
HRESULT SetCommitSuccess(VARIANT_BOOL NewValue);