Undeploy method
- Last UpdatedJul 23, 2024
- 1 minute read
Undeploy the instances in the given collection of objects.
Class
IgObjects
Syntax
[C#]
void Undeploy(
EForceOffScan UndeployRule,
bool markAsUndeployedOnFailure
);
[Visual C++]
HRESULT Undeploy(
[in, optional, defaultvalue( dontForceOffScan )] EForceOffScan UndeployRule,
[in, optional, defaultvalue( 0 )] VARIANT_BOOL markAsUndeployedOnFailure
);
Parameters
UndeployRule
Indicates whether to force an object off-scan if it is running on-scan prior to undeployment.
markAsUndeployedOnFailure
On failure, set deploy status as undeployed.