The deleteObject function deletes and purges the library object specified by the "objectName" parameter. The input parameter can be a full or relative path. The relative path is relative to the process in which the script is executed.
Syntax
bSuccess = deleteObject(objectName)
Arguments
Specifies the full/relative path of the library object which must be deleted and purged.
Return Value
This function returns true if successful or false if it fails.
Examples
bSuccess = deleteObject('/folder/Process')
bSuccess = deleteObject('Process')
|
Copyright © 2014 CA.
All rights reserved.
|
|