165
Host
[in] Host name or IP address of the remote WACI.
Success
[out, retval] TRUE if the specified Action option was updated, FALSE if updating the option
failed.
Remarks
When an Action’s host name is set to the name or IP address of a remote WACI, then the Action will be
performed as if it were running locally on the remote WACI.
SetActionOption ( ActionId, OptionType, OptionVal )
SetActionOption ( ActionId, OptionType, OptionVal )
SetActionOption ( ActionId, OptionType, OptionVal )
SetActionOption ( ActionId, OptionType, OptionVal )
Modifies the option for an Action, specified by its ID and the option type.
Syntax
HRESULT SetActionOption(
[in] long ActionId,
[in] long OptionType,
[in] long OptionVal
[out, retval] VARIANT_BOOL* Success
);
Parameters
ActionId
[in] ID for specified Action.
OptionType
[in] Type of option to modify.
OptionVal
[in] Updated value for the option.
Success
[out, retval] TRUE if the specified Action option was updated, FALSE if updating the option
failed.
Remarks
Two options are supported for Actions:
OptionType
Description
OptionVal
1
Expression
0: output is a simple string
1: output is an expression
2
Disable
0: Action is enabled
1: Action is disabled
SortActions ( SortType, Direc
SortActions ( SortType, Direc
SortActions ( SortType, Direc
SortActions ( SortType, Direction )
tion )
tion )
tion )
Sorts all Actions by the sort type and direction.
Syntax
HRESULT SortActions(
[in] long SortType,
[in] long Direction,
[out, retval] VARIANT_BOOL* Success
);
Parameters
SortType
[in] Type of sort to perform