Pattern.Manager.undeploy()

Signature

void undeploy(String patternInstanceName)

Domain

ACTION

Description

Undeploys the pattern instance that was deployed under the name provided.

Parameters

NameTypeDescription
patternInstanceNameStringThe name of the pattern instance that is currently deployed.

Returns

TypeDescription
void

Cautions

none