EForceDeleteInstanceOption
- Last UpdatedJun 09, 2017
- 1 minute read
Indicates whether a deployed instance should be undeployed prior to deletion.
enum EForceDeleteInstanceOption
{
dontForceInstanceDelete = 0,
undeployIfNotRunningOnScan = 1,
undeployIfDeployed = 2
}
Members
undeployIfDeployed
If object is deployed, set it off-scan if needed, and undeploy prior to deletion.
dontForceInstanceDelete
Don't force the deletion of the instance.
undeployIfNotRunningOnScan
If object is deployed, undeploy it prior to deletion. Object must be off-scan.