Description
Deletes
the CQClearQuest object you explicitly created with the Build method, when
you do not need it anymore.
Syntax
Perl
CQClearQuest::Unbuild(ClearQuestObj);
- Identifier
- Description
- CQClearQuest
- A static function specifier for the CQClearQuest object.
- ClearQuestObj
- The CQClearQuest object that you are deleting.
- Return value
- None.
Example
Perl
use CQPerlExt;
my $cqobject = CQClearQuest::Build();
CQClearQuest::Unbuild($cqobject);