The COM.TIBCO.hawk.microagent.Custom Microagent
The custom microagent enables you to run executable programs and scripts from within Hawk agent container.
- The Custom:execute Method
This method executes a command and ignores the result. - The Custom:executeForNumber Method
This method executes a command and parses the output as a number which is then returned as both an integer and a double value. The integer value of a true double truncates the remainder. - The Custom:executeForString Method
This method executes a command and returns the output as string.
Copyright © Cloud Software Group, Inc. All rights reserved.